SyntaxFix
Write A Post
Hire A Developer
Questions
Dim o Set o = CreateObject("MSXML2.XMLHTTP") o.open "GET", "http://www.example.com", False o.send ' o.responseText now holds the response as a string.