Re: Activating IE and going to a specific page
- From: "Joerg Ackermann" <trashforspam@xxxxxx>
- Date: Sun, 14 Jan 2007 23:10:29 +0100
Hallo,
Warmy wrote:
I have a specific page that I want to go to within my website that I
want to activate from an Access commandbar, menubar. The below works
just fine.
Dim ie As InternetExplorer
Set ie = New InternetExplorer
ie.Visible = True
ie.Navigate ("www.mywebsite.com")
But when I want to have IE to go to a specific page on my website
site, it does not work.
ie.Navigate("www.mywebsite.com/aboutus.aspx") or
ie.Navigate("www.mywebsite.com/aboutus") don't work.
Should work.
Try it with http://... and without ()
Joerg
.
- Prev by Date: Re: No Current Record Inner Loop
- Next by Date: Syntax error for INSERT INTO WHERE statement
- Previous by thread: Re: No Current Record Inner Loop
- Next by thread: Re: Activating IE and going to a specific page
- Index(es):
Relevant Pages
|
Loading