Making a query from a web page using VBA.

D

Dan

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
 
D

Dick Kusleika

Dan

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