Or, you can use the Internet Explorer Object. From Excel Go to Tools>References and add Microsoft Internet Controls. Then you can use this format. (I think this method is easier to use.)
Sub StartIE2()
Dim ie As InternetExplorer
Set ie = New InternetExplorer
ie.Visible = True
ie.AddressBar = True
ie.Navigate ("
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.