04-13-2015, 07:56 PM
try
even i have the similar issue , it worked for me.
Code:
WshShell.SendKeys "Corporation"
wait(1)
WshShell.SendKeys "{DOWN}"
'wait 2
WshShell.SendKeys "{ENTER}"
wait 2
WshShell.SendKeys "{TAB}"
Set WshShell = Nothing
even i have the similar issue , it worked for me.