I'm getting an error that says:
Method 'open' of obejct 'IXMLHTTPRequest' failed
I don't have any idea why?
This is whta I'm doing , I'm instant.
Dim ActivityXML As New XMLHTTP40
...and here is where is failing:
ActivityXML.Open "GET", senddata, False
Can anyone help me.....:confused:
