Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I get the status bar to show in Excel 2007?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How do I get the status bar to show in Excel 2007?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I get the status bar to show in Excel 2007?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How do I get the status bar to show in Excel 2007?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How do I get the status bar to show in Excel 2007?

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



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default How do I get the status bar to show in Excel 2007?

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How do I get the status bar to show in Excel 2007?

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 -



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
Hiding status bar in Excel 2007 Johnny J Woodhouse Excel Discussion (Misc queries) 3 October 14th 07 09:43 PM
why does the word calculate show up in my Excel status bar? trainer07 Excel Discussion (Misc queries) 2 June 7th 07 10:15 PM
How can I display status bar value in Excel 2007 Al B Excel Discussion (Misc queries) 1 March 11th 07 12:35 AM
My Excel 2007 doesn't have a status bar, pls show me how? InDistressWithExcel Excel Discussion (Misc queries) 1 August 17th 06 09:09 PM
How do I force Excel to show filter totals in the Status bar? spider Excel Worksheet Functions 2 January 24th 06 02:29 PM


All times are GMT +1. The time now is 12:01 PM.

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"