Status Bar question

T

tjtjjtjt

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,
 
G

Gord Dibben

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
 
T

tjtjjtjt

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
 
T

tjtjjtjt

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
 
G

Gord Dibben

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
 
Top