What VBA code is required to peform an HTTP POST from an Excel spreadsheet?
Accepted Answer Note: For greater control over the HTTP request you can use "WinHttp.WinHttpRequest.5.1" in place of "MSXML2.ServerXMLHTTP"
|
What VBA code is required to peform an HTTP POST from an Excel spreadsheet? Accepted Answer Note: For greater control over the HTTP request you can use "WinHttp.WinHttpRequest.5.1" in place of "MSXML2.ServerXMLHTTP"
| ||||
|
feedback
|
| |||||||
feedback
|
|
If you need it to work on both Mac and Windows, you can use QueryTables:
Notes:
For more details, you can see my full summary about "using web services from Excel." | |||
feedback
|
|
I did this before using the MSXML library and then using the XMLHttpRequest object. See http://scriptorium.serve-it.nl/view.php?sid=40 | |||
|
feedback
|
|
I believe the ServerXMLHTTP object can used to do it.
Bill the Lizard nailed it :) | ||||
|
feedback
|