Posts by Lucas Daros • 19 points
3 posts
-
0
votes1
answer203
viewsQ: Problem Set Invokepattern = Button.Getcurrentpattern(Uia_invokepatternid) - vba
Declare PtrSafe Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Declare PtrSafe Function SetWindowText Lib "user32" Alias…
vbaasked Lucas Daros 19 -
0
votes0
answers31
viewsQ: Update all dynamics in a spreadsheet - error
I got this code in a question here, to update the dynamics of a spreadsheet, but when running the macro, it presents error - pt.RefreshTable. Run-time error '1004': Reference isn’t Valid.…
pivotasked Lucas Daros 19 -
1
votes0
answers185
viewsQ: Set Invokepattern problem = Button.Getcurrentpattern(Uia_invokepatternid)
I have a problem with the save button on IE11 - I changed the field to the language of the program (Portuguese). Sub DownloadFile(h As Long) Dim o As IUIAutomation Dim e As IUIAutomationElement Dim…