02-05-2010, 10:40 AM
Hi,
Iam want to do keyboard operations
"ctrl+down" and "shift"
I am trying the below code.
iam getting error message, invalid call or procedure.
Any help will be really appreciated.
Regards;
Vijay
Iam want to do keyboard operations
"ctrl+down" and "shift"
I am trying the below code.
Code:
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{CTRL + }"
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys "{SHIFT}"
Set WshShell = Nothing
Any help will be really appreciated.
Regards;
Vijay