View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Minitman Minitman is offline
external usenet poster
 
Posts: 293
Default Send and Receive Data From Web Site Into UserForm TextBoxes

Greetings

I have two TextBoxes on a UserForm that need data from the Map Quest
web site (http://www.mapquest.com/).

What I am trying to do is take the merged the contents of 5 TextBoxes
which form an address that Map Quest will recognize. Go to the Map
Quest site and place this address as a destination into their time and
distance calculator. Also insert the starting address (which never
changes), as well. Then capture the calculated time and distance
figures and insert them into the two TextBoxes on my UserForm.

Is this possible? And if so, how?

Any help would be greatly appreciated.

-Minitman