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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top