Status Bar and the small panels on its right

J

John

How do I remove the small panels on the right of the Status Bar? The
ones that have one of them written NUM?

Thank you
John
 
C

Chip Pearson

John,

Manually, you can go to the Tools menu, choose Options, then the
View tab. There, uncheck "Status bar". Programmatically, use
Application.DisplayStatusBar = False


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com [email protected]
 
J

John Mark

I am very sorry, I forgot the word "not".

The earlier message should have been written like this

I do not want to remove the whole Status Bar but only the small panels
on the right one of them containing the word "Num". The Status Bar
should be visible without these small panels.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
J

John

I do not want to remove the whole Status Bar but the small panels on
it right. The Status Bar should be visible without the small panels.

Thank you
John
 
Top