I'm trying to pull info from a website with VBA.
With this code:
Option Explicit
Sub BrowseTVDBWithQueryStringAndXML()
Dim XMLPage As New MSXML2.XMLHTTP60
Dim HTMLdoc As New MSHTML.HTMLDocument
Cells.Select
Selection.ClearContents
XMLPage.Open "GET"...