Posts by Nícolas Pinto • 113 points
1 post
-
1
votes1
answer989
viewsQ: Problem with VBA and Internet Explorer integration
I am trying to use VBA to collect data directly from the internet. I saw several examples of the use of the Internetexplorer Object, as below: Dim IE as Object Set IE = New InternetExplorer…