How do I use the library called "Microsoft XML" (msxml4.dll). I want to be able to use this code :
Dim req As New MSXML2.xmlhttp
req.open "GET", " False
req.send
MsgBox req.responseText
Any help would be really appreciated.
Thanks,
Mike
Dim req As New MSXML2.xmlhttp
req.open "GET", " False
req.send
MsgBox req.responseText
Any help would be really appreciated.
Thanks,
Mike