W
wangww
Sub SendURL()
Shell "C:\Program Files\Internet Explorer\iexplore.exe", vbNormalFocus
SendKeys "www.google.com", True
End Sub
This procedure can open IE, but the URL isn't entered into address bar.
Shell "C:\Program Files\Internet Explorer\iexplore.exe", vbNormalFocus
SendKeys "www.google.com", True
End Sub
This procedure can open IE, but the URL isn't entered into address bar.