Thread
:
Web Qery Based On Form Field Input
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Web Qery Based On Form Field Input
try
" http://www.domain.com/pick-history.cgi?attribute=PickerId&value=" & name &
"&from=" & STARTDATE & "&to=" & ENDATE
--
Don Guillett
SalesAid Software
"netbrink" wrote in
message ...
I wanted to grab data from a site that has 3 variables :Name, Start
Date, and End date in the URL.
Example:
http://www.domain.com/pick-history.c...DATE&to=ENDATE
How do i make 3 form fields and grab it from this unique url when they
input those variables.
Any help would be gladly appreciated.
Thanks,
Brian
--
netbrink
------------------------------------------------------------------------
netbrink's Profile:
http://www.excelforum.com/member.php...o&userid=33501
View this thread:
http://www.excelforum.com/showthread...hreadid=533166
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett