I\'m trying to write an Excel add-in that can get data from a web service into Excel.
To use it, the user just needs to type a function name provided by the add-in.
What really helped me was that.
After defining Object:
Dim objHTTP As Object Set objHTTP = createObject("MSXML2.ServerXMLHTTP") ...
Then include these two lines:
' --- Disregard any Proxy Settings and go straight to the IP address objHTTP.SetProxy 1