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"
 
Back
Top