Thread
:
Sendkeys
View Single Post
#
1
Posted to microsoft.public.excel.programming
wangww
external usenet poster
Posts: 7
Sendkeys
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.
Reply With Quote
wangww
View Public Profile
Find all posts by wangww