Web Page

  • Thread starter Thread starter David Tunstall
  • Start date Start date
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
 
In the Double Click event put the following code:-

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


hth

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

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


hth

Chris

.
 
Back
Top