There is one more possibility.
The status bar in Word 2007 is supposed to be "always on", and there
is no option in the user interface to turn it off, but the macro
language can control it. It's always possible that some macro, add-in,
or other process has turned it off. So try this:
Press Alt+F11 to open the macro editor, and press Ctrl+G to open the
Immediate window. Paste this line into the window and press Enter at
the end of it:
CommandBars("Status Bar").Visible = True
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.