How Do I Return cursor to previous position after Move and Click Action?

Can someone tell me what command to use for returning curser position back to its previous location (before executing a 'Move and Click' macro command.
Thanks
john

Save the current location, do your dance, restore the original location. See How to Get the Coordinates Where the Cursor Is?

The easiest way is to just use the Move or Click Mouse action option to "Restore Mouse Location" after the Move/Click:

4 Likes

thanks, hidden in plain sight.

1 Like

This is awesome...never would have thought to look there. Thank you!