J Jeff Dec 2, 2003 #1 How to move mouse pointer on a form or screen by VB code. My question excludes setting focus on a control. Thanks
How to move mouse pointer on a form or screen by VB code. My question excludes setting focus on a control. Thanks
T TC Dec 3, 2003 #2 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
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