ANS:
Hi,
u can use either of the methods
1)
OR
2)
Thanks
Hi,
u can use either of the methods
1)
Code:
Set WshShell=CreateObject("Wscript.Shell")
WshShell.SendKeys("{ENTER}")
OR
2)
Code:
Set WshShell=CreateObject("Wscript.Shell")
WshShell.SendKeys "~"
Thanks