I'm trying this script:
Code: Select all
'HIDmacros command
HIDMacros.SendKeys "f"
Dim MyVar
MyVar = pos.x
HIDMacros.MouseClick MyVar, 483, 1I get an error with pos.X because this is not the right way to assign "x mouse position" on the screen. Which one is the correct method?
Please help.
Thanks!