Web Page

D

David Tunstall

Please help. I have a text box called webaddress. I want
the user to be able to double click this text box so that
explorer opens and links to that web page.

Thanks
David
 
C

Chris Large

In the Double Click event put the following code:-

Application.FollowHyperlink "http://" & Me!webaddress


hth

Chris
 
G

Guest

Cheers Chris. Superb!
-----Original Message-----
In the Double Click event put the following code:-

Application.FollowHyperlink "http://" & Me!webaddress


hth

Chris

.
 

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

Top