How to add a button and initiates the web browser?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I would like to add a button on a form so that when the user clicks on it,
then the Internet Explorer is initiated and goes to a specific web site.....
How to do this? What control should I add to the form? Is the coding
difficult?
Please advise. Thanks a million!

Ivan
 
Add a command button, and in its Click event, use FollowHyperlink (in a
macro or code.)
 
Back
Top