Saturday, May 8, 2010

Toolbar Property

Toolbar Property Example

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







See all Methods & Properties of InternetExplorer Object here.