12-10-2010, 02:17 PM
Hi,
it will work properly
I need to press "Ctrl + Alt + P" at a time to enable an edit box and I wrote the code below but it didn't work.
[quote]Set WShell = CreateObject("WScript.Shell")
WShell.SendKeys "^%p"
it will work properly
I need to press "Ctrl + Alt + P" at a time to enable an edit box and I wrote the code below but it didn't work.
[quote]Set WShell = CreateObject("WScript.Shell")
WShell.SendKeys "^%p"