.SetMousePos 3, 25 AttachmateWRQ Reflections

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.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,215,514
Messages
6,125,273
Members
449,220
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top