hold down a key while clicking using Excel VB... sendkeys/mouseevents?

R

ricosuave

Hi, how do I do a send a VB command to alt-click?

i'm can get sendkeys to work, and i can get mousevents move/clicks t
work.

however, i can't figure out how to make it do both at once, eg - hol
down the alt key while clicking.

thank
 
R

Rob van Gelder

For accessibility, every task within Microsoft applications has a keyboard
equivilent. You should be able to use keyboard commands for everything.
 
Top