Hi,

At the moment, ie is opening with the site in the code below. What code should I use to get ie to open on the site which is the default home page?

Thanks for any help...

Private Sub mnuBrowser_Click()
Dim lngReturn As Long
lngReturn = Shell("start http://www.msn.co.uk", vbNormalFocus)
End Sub