I am trying to sendkeys.sendwait("%FO"), but for some reason it will not send these keys or it sends them but will not wait. I need to make this macro for a program that doesn't have an activeX handle, so it has to be shelled in order to put it as the active window when sendkeys shoots off.
VB Code:
shell("MyProgramToSendKeysTo") Wait(12) 'my own wait command that works SendKeys.SendWait("%FO")




Reply With Quote