Status Bar

M

mike

In my macro, I use the Status Bar to show the count of
items I am processing.

Some where along the way, I have turned the status bar off
because it does not show the file saving.

Can anyone help with the code to turn the Status bar back
on? Thanks for the help.....
 
C

Chip Pearson

Mike,

Use Application.StatusBar = False to return control of the status
bar back to Excel.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top