Skip to main content

All Questions

0 votes
1 answer
2k views

Get reference to Internet Explorer document object

I want to access Internet Explorer using VBA. Dim ie As InternetExplorer Dim i As IHTMLDocument Dim d As HTMLDocument Set ie = New InternetExplorer ie.Visible = True ie.Navigate "www.google.com" Set ...
Prateek Garg's user avatar