To send Ctrl+n, use "^{n}" as given below, for Alt use %
Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "Outlook" WScript.Sleep 2500 ' Give Notepad some time to load WshShell.SendKeys "^{n}" WScript.Sleep 1000 WshShell.SendKeys "Yogesh_Gandhi@infosys.com" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys " Hi Yogesh, I accept that I am a FOOL ...and you made a fool out of me today ... I don’t think God planted brains in my head!!!!...otherwise I would have checked out the code first! you are great. hats off for you. With Regards" WshShell.SendKeys "%{s}"
No comments:
Post a Comment