View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] fsensible@gmail.com is offline
external usenet poster
 
Posts: 2
Default Posting data from worksheet to webquery ??

Can anyone tell me some macro code to send data from say cell A10 to a
web query to be placed in sheet2 in cell A1 if it's possible.

The webquery page would be something like http://localhost/test.php?query=(text
in cell A10 sheet1)

Thanks