Status Bar question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My Status Bar is not missing.
But, the Mode Indicator--the text that displays Ready, Edit, Enter, etc. has
disappeared.
Does anyone know how I can get it back.
thanks,
 
tj

Any code in your workbook that turns off the text?

Application.StatusBar = "" or some such?

See Help on StatusBar Property

Gord Dibben Excel MVP
 
There shouldn't be, but I'll look.

Thanks,

tj

Gord Dibben said:
tj

Any code in your workbook that turns off the text?

Application.StatusBar = "" or some such?

See Help on StatusBar Property

Gord Dibben Excel MVP
 
Well, your post got me thinking--I couldn't find any code that was doing it,
but I had installed a couple of Add-Ins recently.
I removed them, closed Excel and reinstalled them and the Mode Indicator is
back.


tj
 
Go figure!

Thanks for the feedback.

Gord

Well, your post got me thinking--I couldn't find any code that was doing it,
but I had installed a couple of Add-Ins recently.
I removed them, closed Excel and reinstalled them and the Mode Indicator is
back.


tj
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top