J
John
Hi
I am trying to create a Microsoft.XMLHTTP object via below code;
Dim oHttpPost As Object
oHttpPost = CreateObject("Microsoft.XMLHTTP")
oHttpPost.Open("POST", "www.myurl.com", False)
The problem is that I am getting an error on the statement oHttpPost.Open.
What type of variable do I need to declare oHttpPost as?
Thanks
Regards
I am trying to create a Microsoft.XMLHTTP object via below code;
Dim oHttpPost As Object
oHttpPost = CreateObject("Microsoft.XMLHTTP")
oHttpPost.Open("POST", "www.myurl.com", False)
The problem is that I am getting an error on the statement oHttpPost.Open.
What type of variable do I need to declare oHttpPost as?
Thanks
Regards