Status Bar

J

Jakop Eskinazi

A short while ago the lower left corner of the status bar
stopped showing any information. This is where you see
number of records filtered in the filter option. Or the
save progress. The right side is working fine. This is
where you see the count, or sum, or average... It is very
puzzling that the functions that appear on the left side
have dissappeared all together. Has this happened to
anyone else and is there a way of solving this without
reinstalling excel?

Thanks,
Jakop.
 
P

papou

Hello Jakop
You might as well try this macro :
Sub RestoreMyStatBar()
Application.StatusBar = False
End Sub

HTH
Cordially
Pascal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top