Stuart McLachlan
stuart at lexacorp.com.pg
Wed Apr 4 08:17:57 CDT 2007
On 4 Apr 2007 at 11:11, paul.hartland at fsmail.net wrote: > Think I am going mad, I am sure I have done this before and it's pretty > easy....Basically I have a visual basic form with a menu option, when a user > clicks that menu I want to open a link in a new browser. > > Can anyone help me on this. Private Sub Command0_Click() Application.FollowHyperlink "http://www.lexacorp.com.pg" End Sub -- Stuart