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.