How can I send data to Server from excel using HTTP Post?
Lets say the URL is: http://testingHttpPost/
And I want to send data from Cells A2 and B2. How would I get this done in VBA?
Thanks in advance
How can I send data to Server from excel using HTTP Post?
Lets say the URL is: http://testingHttpPost/
And I want to send data from Cells A2 and B2. How would I get this done in VBA?
Thanks in advance
For URLencode function see here: How can I URL encode a string in Excel VBA?