How to move mouse pointer on a form or screen by VB code

J

Jeff

How to move mouse pointer on a form or screen by VB
code. My question excludes setting focus on a control.
Thanks
 
T

TC

There's no native VBA statement for that.

Maybe use the appropriate win32 API(s) (whatever they are)?

What are you trying to achieve?

HTH,
TC
 
Top