How can I use VB to simulate the keypress of <ctrl A>. I want to simulate that to start a macro.
thanks,
Dan
Printable View
How can I use VB to simulate the keypress of <ctrl A>. I want to simulate that to start a macro.
thanks,
Dan
You can use
SendKeys "^+A"
or the keybd_event api