11-12-2015, 12:40 PM
Hi Guys,
I'm trying to click in a specific button in Excel (Refresh[]All Workbooks).
I used :
int w=act(win("Database.xlsm" "XLMAIN"))
Acc a.Find(w "PUSHBUTTON" "Refresh[]All Workbooks" "class=NetUIHWND" 0x1005)
a.Click
But it's not working.
Could you help me?
I'm trying to click in a specific button in Excel (Refresh[]All Workbooks).
I used :
int w=act(win("Database.xlsm" "XLMAIN"))
Acc a.Find(w "PUSHBUTTON" "Refresh[]All Workbooks" "class=NetUIHWND" 0x1005)
a.Click
But it's not working.
Could you help me?