12-24-2013, 01:02 PM
I am trying to enter a keystroke F5 in my application via following code:
Code:
Set objShell = CreateObject("WScript.Shell")
objShell.SendKeys "F5"
It is execution successfully but nothing is happening.
Please tell me the solution asap.