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 = Nothingeven i have the similar issue , it worked for me.

