12-09-2010, 03:40 PM
Hi All,
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.
I tried even few more combinations but without success.
Can anybody come up with a solution?
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.
Code:
Set WShell = CreateObject("WScript.Shell")
WShell.SendKeys "^%(P)"
I tried even few more combinations but without success.
Can anybody come up with a solution?