View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 168
Default How to reset the Application.StatusBar

Many thanks Dave.

That's exactly what I was looking for.

Paul

"Dave Peterson" wrote in message
...
application.statusbar = false

works for me.

PCLIVE wrote:

I know this is probably simple, but my brain is having a glitch right
now.

How do I reset the Application.StatusBar?

As an example, I have code that states:

Application.StatusBar = "Running"

I know how to make the StatusBar say something else, but how do I reset
it
to normal so that it shows the normal things such as "Saving Temporary
File", "Calculating", etc.?

Thanks.
Paul


--

Dave Peterson