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"
 

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