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:
  1. shell("MyProgramToSendKeysTo")
  2.  
  3. Wait(12) 'my own wait command that works
  4.  
  5. SendKeys.SendWait("%FO")