Hyperlink

  • Thread starter Thread starter Galsaba
  • Start date Start date
G

Galsaba

I want to add a button to my form, clicking on this button, the user
will go to the website that will be program. For example, I will call
the button AOL, when I click on it, i will go to aol website.

I know how to do it in a differnt way, adding a field to my form of
hyperlink type, but I rather use buttons.

Thanks,

Joe
 
Galsaba said:
I want to add a button to my form, clicking on this button, the user
will go to the website that will be program. For example, I will call
the button AOL, when I click on it, i will go to aol website.

I know how to do it in a differnt way, adding a field to my form of
hyperlink type, but I rather use buttons.

Application.FollowHyperlink "Your URL"
 
Back
Top