M
mikeang
Hello all,
Is there a way of getting the StatusBar to be displayed when I am in
FullScreen mode.
I am attempting to make the workbook look like a stand-alone
application.
The following code will not display the StatusBar.
With Application
..ScreenUpdating = False
..CommandBars.ActiveMenuBar.Enabled = False
..DisplayFullScreen = True
..CommandBars("Full Screen").Enabled = False
..DisplayFormulaBar = False
..DisplayStatusBar = True
End With
Mike
Is there a way of getting the StatusBar to be displayed when I am in
FullScreen mode.
I am attempting to make the workbook look like a stand-alone
application.
The following code will not display the StatusBar.
With Application
..ScreenUpdating = False
..CommandBars.ActiveMenuBar.Enabled = False
..DisplayFullScreen = True
..CommandBars("Full Screen").Enabled = False
..DisplayFormulaBar = False
..DisplayStatusBar = True
End With
Mike