Hello All,
I am wondering if anyone has been able to combine a SendKeys and Sub call, eg:
This will call the sub, but the SendKey does nothing; take away the Sub call and the SendKey works fine.
Application.Wait does not help.
Thanks,
David
I am wondering if anyone has been able to combine a SendKeys and Sub call, eg:
Code:
Public Sub MoveLeft()
Application.SendKeys "+{Tab}"
Call testKey
End Sub
Application.Wait does not help.
Thanks,
David