Saturday, May 8, 2010

Statusbar Property

Statusbar Property Example

Set the statusbar property to False in order to hide it.

Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.Statusbar = True





See all Methods & Properties of InternetExplorer Object here.