Posts by Ricardo Alves • 77 points
5 posts
-
0
votes1
answer852
viewsA: Sendkeys does not work with accented word in VBA - Excel
I was able to solve the problem using only SendKeys (without the Application.) But for some reason, I had to add a hold time, before the line of code that contained it. But the SendKeys, despite…
-
0
votes1
answer852
viewsQ: Sendkeys does not work with accented word in VBA - Excel
I’m developing a script in VBA, in Excel. This code will populate another program, using the data collected in the cells. But cells that contain some word that has accents, are not working. I am…
-
2
votes1
answer1312
viewsA: Select an option that is only possible through mouse click with vba
I’ve been reading the links, which @Luizvieira made available and helped a lot, in understanding what I needed. But it was not possible to do exactly what I was looking for, for lack of knowledge of…
-
3
votes1
answer1312
viewsQ: Select an option that is only possible through mouse click with vba
I’m trying to develop a script with vba, no excel, to facilitate a routine we have at work, which inserts about 9,000 data into the internal system. Currently we manually enter this data. This data…
-
1
votes0
answers101
viewsQ: Help with logic - Check if the order was made too far in advance
I’m developing a script in vba, in the Outlook, so that it saves all attachments that arrive with the new emails, with extension xlsx. It checks if it is the right attachment (through a code that…