Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub CountVisRows()
'by Tom Ogilvy Dim rng As Range Set rng = ActiveSheet.AutoFilter.Range MsgBox rng.Columns(1). _ SpecialCells(xlVisible).Count - 1 _ & " of " & rng _ .Rows.Count - 1 & " Records" End Sub The above code is from Tom Olgilvy as copied from the contextures web site. My questions about this neat code include: - can I set it up to run in every work book I open (maybe run from personal) - can I set it up to run everytime I change a filter on an auto filter list. Thanks for the time - I use auto filter almost everyday and the count of records not showing in the lower left "because I must have auto calc on" is killing me. Thanks Todd Frisch |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I view..."no. of records found"... when I filter. | Excel Discussion (Misc queries) | |||
How to Count only visible filered cells "FP" | Excel Worksheet Functions | |||
"Live" Advanced Filter (for unique records) | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
count of records with 2 or more "options" selected | Excel Worksheet Functions |