mxriendeau
New Member
- Joined
- Apr 26, 2016
- Messages
- 1
Hello,
I have searched far and wide so if there is already a thread answering this please let me know. I am running a macro in excel that communicates with Reflections. I need it to set my cursor position at 3,25. The issue I am having is with:
.SetMousePos 3, 25
.TerminalMouse rcLeftClick, rcMouseRow, rcMouseCol
.WaitForEvent rcKbdEnabled, "30", "0", 1, 1
.WaitForEvent rcEnterPos, "30", "0", 3, 25
.WaitForDisplayString "For", "30", 3, 21
If I just use
.SetMousePos 3, 25
nothing happens, the cursor stays in the same place. If I leave the rest in there and use the debugger step by step tool it gets held up at
.TerminalMouse rcLeftClick, rcMouseRow, rcMouseCol
returning the error
Run-time error '4132':
Invalid first argument
Please help in anyway you can as this is the only thing left on this project.
I have searched far and wide so if there is already a thread answering this please let me know. I am running a macro in excel that communicates with Reflections. I need it to set my cursor position at 3,25. The issue I am having is with:
.SetMousePos 3, 25
.TerminalMouse rcLeftClick, rcMouseRow, rcMouseCol
.WaitForEvent rcKbdEnabled, "30", "0", 1, 1
.WaitForEvent rcEnterPos, "30", "0", 3, 25
.WaitForDisplayString "For", "30", 3, 21
If I just use
.SetMousePos 3, 25
nothing happens, the cursor stays in the same place. If I leave the rest in there and use the debugger step by step tool it gets held up at
.TerminalMouse rcLeftClick, rcMouseRow, rcMouseCol
returning the error
Run-time error '4132':
Invalid first argument
Please help in anyway you can as this is the only thing left on this project.