Hi there,
I am trying to run a simple code:
Set HTMLRs = CreateObject("Microsoft.XMLHTTP")
HTMLRs.Open "GET", URL, False
HTMLRs.Send
TakenHTML = HTMLRs.responseBody
However I get an error of:
-------
msxml3.dll error '800c0005'
The system cannot locate the resource specified.
-------
Error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.