Chris Davison
MrExcel MVP
- Joined
- Feb 15, 2002
- Messages
- 1,790
is it possible to send a single mouse right-click to the application via VBA ?
I'm using sendkeys to get an accounting package to load up and print images but halfway through the procedure requires a mouse right-click on the image itself (no keyboard shortcut unfortunately), which I can't replicate via sendkeys
how would I therefore send a right-click ?
(help has "application.doubleclick" which looked promising, alas, nothing on "application.rightclick"....)
thanks
Chris
I'm using sendkeys to get an accounting package to load up and print images but halfway through the procedure requires a mouse right-click on the image itself (no keyboard shortcut unfortunately), which I can't replicate via sendkeys
how would I therefore send a right-click ?
(help has "application.doubleclick" which looked promising, alas, nothing on "application.rightclick"....)
thanks
Chris