DisplayStatusBar when DisplayFullScreen = TRUE

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top