True for Microsoft Publisher to show the status bar at the bottom of the Publisher window. Read/write Boolean.
expression.DisplayStatusBar
expression Required. An expression that returns one of the objects in the Applies To list.
This example hides the status bar from view.
Sub HideStatusBar()
Options.DisplayStatusBar = False
End Sub