Hello,
Is there any way to adapt my code below to not use Internet Explorer to grab all the data in the tables as below please?
Maybe using "msxml2.xmlhttp"
Many thanks.
Sub Form()
Dim objIE As InternetExplorer
Dim ele As Object
Dim y As Integer
Dim DLine As Range
For Each DLine...