What VBA code is required to perform an HTTP POST from an Excel spreadsheet?
I did this before using the MSXML library and then using the XMLHttpRequest object, see here.