View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mikeang mikeang is offline
external usenet poster
 
Posts: 1
Default DisplayStatusBar when DisplayFullScreen = TRUE

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


---
Message posted from http://www.ExcelForum.com/