Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Below I have a macro which will wait for Internet Explorer to load a web page by looping. Is there similar code for producing the same results using Netscape Navigator?. If it makes a difference, I'm using Netscape 4.7. Thanks, Sub restrictions() Dim IeApp As InternetExplorer Dim sURL As String Dim IeDoc As Object Dim i As Long Set IeApp = New InternetExplorer IeApp.Visible = True sURL = "http:www.theweatherchannel.com" IeApp.navigate sURL Do Loop Until IeApp.ReadyState = READYSTATE_COMPLETE Set IeApp = Nothing Call weather End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think Navigator supports automation.
Tim wrote in message ups.com... Hi, Below I have a macro which will wait for Internet Explorer to load a web page by looping. Is there similar code for producing the same results using Netscape Navigator?. If it makes a difference, I'm using Netscape 4.7. Thanks, Sub restrictions() Dim IeApp As InternetExplorer Dim sURL As String Dim IeDoc As Object Dim i As Long Set IeApp = New InternetExplorer IeApp.Visible = True sURL = "http:www.theweatherchannel.com" IeApp.navigate sURL Do Loop Until IeApp.ReadyState = READYSTATE_COMPLETE Set IeApp = Nothing Call weather End Sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tim.
That would explain why I've had no luck in my search for an answer. Thanks for responding...I can give up now. :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Navigator Window for Excel Speadsheet | Excel Worksheet Functions | |||
Excel sheet page breaks are different when loaded in other computers | Excel Discussion (Misc queries) | |||
How do I widen the Name Box Navigator in Excel? | Excel Worksheet Functions | |||
Navigator utilities | Excel Programming | |||
sheet navigator | Excel Programming |