go to website on click

  • Thread starter Thread starter mj
  • Start date Start date
M

mj

Hi. Wondering if anyone knows how to execute some vb that
will send a user to a webpage using a button's onclick
event. Any suggestions would be fantastic. Thanks!!
 
mj said:
Hi. Wondering if anyone knows how to execute some vb that
will send a user to a webpage using a button's onclick
event. Any suggestions would be fantastic. Thanks!!

You could set the button's HyperlinkAddress property, or call the
Application.FollowHyperlink method in the button's Click event
procedure.
 

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