Excel 2010 Status Bar disappeared

Kappy

Board Regular
Joined
Jun 26, 2009
Messages
58
From time to time, the status bar in excel 2010 is not showing (I don't mean the information is not showing, I mean the bar is not there at all). In previous versions I would go to view>status bar...

how do I get the status bar back in excel 2010?

Thanks!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
There isn't a way to turn that on and off except through code, unless you are switching to full screen mode?
 
Upvote 0
Thanks... there's a macro in the workbook which must be turning off the status bar.. No big deal, but so silly that they would go out of their way to remove that option

Thanks again
 
Upvote 0
Turning it off can speed up processing, but it should be turned back on at the end!
 
Upvote 0
So, how do I turn it back on? It only seems to be happening in one xls file.

Thanks!
 
Upvote 0
Code:
application.DisplayStatusBar = True
 
Upvote 0
That's great. How do you apply the code?
For just a one-of?
  • Alt+F11 to open the Visual Basic Editor.
  • Ctrl+G to open the immediate window.
  • Copy & paste Rory's command and then hit ENTER.
Your statusbar should reappear.
 
Upvote 0
Thanks, but it didn't work. I would prefer to have it off all the time so my charts would be taller.
 
Upvote 0
that code is to show it, not hide it. ;)
 
Upvote 0

Forum statistics

Threads
1,218,094
Messages
6,140,430
Members
450,291
Latest member
tokendad

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top