Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / January 2007

Tip: Looking for answers? Try searching our database.

Activating IE and going to a specific page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Warmy - 14 Jan 2007 20:24 GMT
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.

TIA
Warmy
Joerg Ackermann - 14 Jan 2007 22:10 GMT
Hallo,

> 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
[quoted text clipped - 9 lines]
> 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
Warmy - 15 Jan 2007 01:28 GMT
Nope still does not work. I even copy it from the address line when I
manually go into my web site. No go on that either.

> Hallo,
>
[quoted text clipped - 16 lines]
>
> Joerg
Joerg Ackermann - 15 Jan 2007 08:28 GMT
Hallo,

> Nope still does not work. I even copy it from the address line when I
> manually go into my web site. No go on that either.

What happens when you use
Application.FollowHyperlink "URL"

Joerg
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.