J Joseph Hand Oct 11, 2003 #1 Adding the actual control to the page was easy... now how do I have it display a particular page?
M Mark Phillipson Oct 12, 2003 #2 Try the following in the forms load event: Private Sub Form_Load() Me.WebBrowser0.Navigate "http://www.btopenworld.com/home" End Sub HTH -- Cheers Mark Free Access/Office Add-Ins at: http://mphillipson.users.btopenworld.com/
Try the following in the forms load event: Private Sub Form_Load() Me.WebBrowser0.Navigate "http://www.btopenworld.com/home" End Sub HTH -- Cheers Mark Free Access/Office Add-Ins at: http://mphillipson.users.btopenworld.com/