launching IE to specific URL from a command button

  • Thread starter Thread starter Steven Scaife
  • Start date Start date
S

Steven Scaife

Is it possible to launch IE to a specific URL that i have generated through
my code. I have a button that when clicked generates a URL to a webpage
that with the postcodes i specify will generate a set of travel directions.

So when the button is clicked I just want the web page to show with the
travel directions. How would i go about achieving this

thanks
 
Steven Scaife said:
Is it possible to launch IE to a specific URL that i have generated through
my code. I have a button that when clicked generates a URL to a webpage
that with the postcodes i specify will generate a set of travel directions.

So when the button is clicked I just want the web page to show with the
travel directions. How would i go about achieving this

thanks

Application.FollowHyperlink "Your URL String"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top