Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Function to return True/False if all are validated as True by ISNU Tetsuya Oguma Excel Worksheet Functions 2 March 15th 06 10:28 AM
"Application.DisplayStatusBar = True" = ERROR Tom Ogilvy Excel Programming 2 September 16th 03 05:09 PM
"Application.DisplayStatusBar = True" = ERROR Tom Ogilvy Excel Programming 0 September 16th 03 02:10 PM
"Application.DisplayStatusBar = True" = ERROR M. Excel Programming 1 September 16th 03 01:53 PM


All times are GMT +1. The time now is 07:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"