View Single Post
  #1   Report Post  
Richard
 
Posts: n/a
Default Post data to a web page and get results

Hi,

I'm trying to create an Excel spreadsheet. This should have a button
and when this button is clicked, it should take the data in some of the
cells and post them to a web page (using the HTTP POST method rather
than GET).

This web page does some processing on the server and returns some HTML.
I'd like to get this and put it into a string, so I can parse this and
update other cells in my worksheet.

Is this possible in Excel 2002?

Thanks,

Richard