Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i use the following code to launch Internet Explorer from excel. It works.
Problem is after the page is open i want to refresh the window automatically. how to do that?? Sub LaunchIE_FSA_11() Set ie = CreateObject("InternetExplorer.Application") ie.AddressBar = False ie.MenuBar = False ie.Toolbar = False ie.Width = 610 ie.Height = 700 ie.Left = 0 ie.Top = 0 ie.navigate "http://www.nseindia.com/marketinfo/equities/cmquote_tab.jsp?key=GAILEQN&symbol=GAIL&flag=0" ie.resizable = True ie.Visible = True End Sub ie.Refresh = True, does not work. please help. TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
launch from explorer in Vista - multiple instances of Excel | Excel Discussion (Misc queries) | |||
Excel/VBA/Internet Explorer | Excel Programming | |||
Can't launch downloadable Excel CSV files from internet explorer | Excel Discussion (Misc queries) | |||
Internet Explorer & Excel | Excel Programming | |||
Can I control Internet Explorer using Excel VBA? | Excel Programming |