|
-
September 28th, 2001, 06:48 PM
#1
how do i specify IE's default web site into this sub......
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|