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

.
 
Top