View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_3_] Dick Kusleika[_3_] is offline
external usenet poster
 
Posts: 599
Default Making a query from a web page using VBA.

Dan

QueryTable has a PostText property. I don't know how to use it, but it
sounds like it should do what you want.

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Dan" wrote in message
om...
Hi! I'm a first time poster. But after reading all the great stuff
here, I plan on hanging around here more regularly. So...


I want to have a macro that takes data that were manually entered into
EXCEL, and puts them into fields within a web page in order to make a
query. Is this possible? Basically I would like to make a web query
straight from EXCEL. Thanks