Is there a way I can program a command button to open a program, press [Home], press down arrow three times, then press enter? Thanks!
17-02-2007 at 01:03 AM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1617
Re: Programming keystrokes
You'd have to use the "sendkeys" command. The help file with VB will give you all the options of how to use it, but it's something like:
sendkeys "{home}"