Option Explicit
Dim objIE
Set objIE = CreateObject("InternetExplorer.Application")
With objIE
.Visible = True
.FullScreen = False
.Navigate "http://www.igoogle.com/"
Do Until .ReadyState <> 4
WScript.Sleep 10000
Loop
End With
Set objIE = Nothing
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment