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

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

How to move mouse pointer on a form or screen by VB
code. My question excludes setting focus on a control.
Thanks
 
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
 
Back
Top