I have a user whose status bar no longer displays 'Ready', 'Enter', etc. I
cannot find any option to turn this on/off. The status bar is there, Num,
Caps, etc does display. Uninstalling & reinstalling Excell did not help.
Any ideas would be appreciated!
Try
Opening the VBE (Alt+F11) and if there is not an immediate window showing,
go to View>Immediate window. (Ctrl+G). In here type
Application.StatusBar=False
This returns control of the status bar to Excel, as to why this may have
happened...??????? (Exit VBE an Excel)

Signature
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS
>I have a user whose status bar no longer displays 'Ready', 'Enter', etc. I
> cannot find any option to turn this on/off. The status bar is there, Num,
> Caps, etc does display. Uninstalling & reinstalling Excell did not help.
> Any ideas would be appreciated!
Hugh Norsworthy - 11 Nov 2004 16:03 GMT
Solved the problem! You made a frustrated user very happy!!! Thanks very
much!!
> Try
>
[quoted text clipped - 10 lines]
> > Caps, etc does display. Uninstalling & reinstalling Excell did not help.
> > Any ideas would be appreciated!