Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My status bar is blank, but when I right-click on it, I see a checklist of
items that it will supposedly show or hide. -- Lynette |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Are you speaking of the status bar in Excel or the Taskbar in Windows?
You can display/hide the status bar in Excel through the Tools | Options [View] tab. "LynetteB" wrote: My status bar is blank, but when I right-click on it, I see a checklist of items that it will supposedly show or hide. -- Lynette |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Since this is Excel 2007 (educational version) I went to the Start/Excel
Options button, but I still couldn't find any reference to the status bar--the bar found at the bottom of the screen just above the start button and the open files buttons. -- Lynette "JLatham" wrote: Are you speaking of the status bar in Excel or the Taskbar in Windows? You can display/hide the status bar in Excel through the Tools | Options [View] tab. "LynetteB" wrote: My status bar is blank, but when I right-click on it, I see a checklist of items that it will supposedly show or hide. -- Lynette |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well, now that's a real problem.
The show/hide option for the Status bar no longer exists in 2007. The information I have says that for 2007 it is "always visible by default". Now what gets me about that statement is that when I see something that says "by default" I automatically assume that there is some setting besides default. But I can't find any reference to hiding it ... yet. I'm still looking around for an answer of a different color. "LynetteB" wrote: Since this is Excel 2007 (educational version) I went to the Start/Excel Options button, but I still couldn't find any reference to the status bar--the bar found at the bottom of the screen just above the start button and the open files buttons. -- Lynette "JLatham" wrote: Are you speaking of the status bar in Excel or the Taskbar in Windows? You can display/hide the status bar in Excel through the Tools | Options [View] tab. "LynetteB" wrote: My status bar is blank, but when I right-click on it, I see a checklist of items that it will supposedly show or hide. -- Lynette |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi JLatham,
Try: Application.CommandBars("Status Bar").Visible = True 'Show Application.CommandBars("Status Bar").Visible = False 'Hide Regards, Fanfoe On Mar 29, 12:39*am, JLatham wrote: Well, now that's a real problem. The show/hide option for the Status bar no longer exists in 2007. *The information I have says that for 2007 it is "always visible by default". *Now what gets me about that statement is that when I see something that says "by default" I automatically assume that there is some setting besides default. * But I can't find any reference to hiding it ... yet. *I'm still looking around for an answer of a different color. "LynetteB" wrote: Since this is Excel 2007 (educational version) I went to the Start/Excel Options button, but I still couldn't find any reference to the status bar--the bar found at the bottom of the screen just above the start button and the open files buttons. -- Lynette "JLatham" wrote: Are you speaking of the status bar in Excel or the Taskbar in Windows? You can display/hide the status bar in Excel through the Tools | Options [View] tab. "LynetteB" wrote: My status bar is blank, but when I right-click on it, I see a checklist of items that it will supposedly show or *hide. -- Lynette- Hide quoted text - - Show quoted text - |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks - but I'm wondering if it's really hidden, how it got that way. Of
course I guess it could have been through a macro somewhere. LynetteB: Open Excel and then press [Alt]+[F11] to get into the VB Editor. Find the "Immediate" Window (if it isn't obvious to you, check in the View menu). Type the =True command that 2007fanfoe provided into the Immediate window and press the [Enter] key. You can close the VB Editor after that. Good luck. " wrote: Hi JLatham, Try: Application.CommandBars("Status Bar").Visible = True 'Show Application.CommandBars("Status Bar").Visible = False 'Hide Regards, Fanfoe On Mar 29, 12:39 am, JLatham wrote: Well, now that's a real problem. The show/hide option for the Status bar no longer exists in 2007. The information I have says that for 2007 it is "always visible by default". Now what gets me about that statement is that when I see something that says "by default" I automatically assume that there is some setting besides default. But I can't find any reference to hiding it ... yet. I'm still looking around for an answer of a different color. "LynetteB" wrote: Since this is Excel 2007 (educational version) I went to the Start/Excel Options button, but I still couldn't find any reference to the status bar--the bar found at the bottom of the screen just above the start button and the open files buttons. -- Lynette "JLatham" wrote: Are you speaking of the status bar in Excel or the Taskbar in Windows? You can display/hide the status bar in Excel through the Tools | Options [View] tab. "LynetteB" wrote: My status bar is blank, but when I right-click on it, I see a checklist of items that it will supposedly show or hide. -- Lynette- Hide quoted text - - Show quoted text - |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In your original posting you say that it is blank (inferring that it is
actually visible) and that there is a checklist of available items for it to show. Have you looked at the list and made sure that things you think should be visible are set properly? Checked doesn't necessarily mean will be displayed - look at the right side of the list and it will show the setting. Have you tried checking one and then setting up some condition that should cause it to appear on the status bar? For instance, you could choose to display when Caps Lock is on and then press your Caps Lock key and see if it shows up. Does the word "Ready" appear at the left edge of the bar as you see it now? "LynetteB" wrote: Since this is Excel 2007 (educational version) I went to the Start/Excel Options button, but I still couldn't find any reference to the status bar--the bar found at the bottom of the screen just above the start button and the open files buttons. -- Lynette "JLatham" wrote: Are you speaking of the status bar in Excel or the Taskbar in Windows? You can display/hide the status bar in Excel through the Tools | Options [View] tab. "LynetteB" wrote: My status bar is blank, but when I right-click on it, I see a checklist of items that it will supposedly show or hide. -- Lynette |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding status bar in Excel 2007 | Excel Discussion (Misc queries) | |||
why does the word calculate show up in my Excel status bar? | Excel Discussion (Misc queries) | |||
How can I display status bar value in Excel 2007 | Excel Discussion (Misc queries) | |||
My Excel 2007 doesn't have a status bar, pls show me how? | Excel Discussion (Misc queries) | |||
How do I force Excel to show filter totals in the Status bar? | Excel Worksheet Functions |