View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default 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