View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default web query for driving directions

Which part are you having a problem with?

Tim

"steve" wrote in message
...
From a userform, I want the user to enter a "Start" address, and an "End"
address. Then a command button runs a web query, which fills different
textboxes; one with the directions, one with total miles, and another with
total travel time.

I don't necessarily have a preference with what website is queried. I am
currently calculating the miles between two zip codes using the longitude
and
latitudes, but I think a webquery with directions will be nicer.

thank you,
Steve