Hi mr excel comunity :) I wonder if anyone know how to handle pages that are generated from javascript.
here is my basic code web scraper code:
Sub Somesite()
Dim XMLReq As New MSXML2.XMLHTTP60
Dim HTMLDoc As New MSHTML.HTMLDocument
Dim HTMLRows As MSHTML.IHTMLElementCollection
Dim URL As...