Saturday, May 8, 2010

MenuBar Property

MenuBar PropertyExample

This example will hide the menubar, pass true to menubar property in order to show menubar

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

objIExplorer.MenuBar = False




See all Methods & Properties of InternetExplorer Object here.