I am using the following piece of code to make my Excel worksheet full screen.
Application.DisplayFullScreen = True

The problem is that the lower information bar that usually displays "ready" or "calculate" is also hidden - but I need to be able to see it.
Does anyone know of a code that I could use to display this bar when the screen is showing fullscreen - or another work around if possible.

Thanks

Scott