How do I force Excel to show filter totals in the Status bar?

G

Guest

I have a large (3600 rows; 55 Columns) Excel spreadsheet acting as a
database. I use Filters extensively and I've always appreciated the ability
to see the consequenes of filtering ("143 out of 3600 items") in the Status
Bar. Now I just get "Filter Mode".

Even when this function worked, it never remained there and disappeared
after about 10 minutes or so.

How do I force it to appear and remain until some other action is carried out?

Thanks very much

John Waldie

Australia
 
D

Don Guillett

try incorporating this idea

Sub statusbar()
Application.statusbar = Application.Subtotal(9, [rangename])
End Sub
 

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