Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm using XP SP2 and Microsoft Excel 11.0 8105 SP2.
After hours of searching and tweaking I give up. =SUBTOTAL(3,B4:B5000) The above works fine if placed in a cell but I can't get the same results in VBA. These don't work: X = Application.WorksheetFunction.SUBTOTAL(3,B4:B5006) X = SUBTOTAL(3,B4:B5006) I want to use the row count to set the high limit of a FOR loop as the filter changes the record count. How do I count the number of filtered rows????????? Thanks for any Help, Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF to count rows with two conditions | Excel Discussion (Misc queries) | |||
Cut filtered rows, paste into next empty row of new sheet, and delete cut rows | Excel Worksheet Functions | |||
Count the number of rows where more than one column meets set crit | Excel Worksheet Functions | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
How can I make autofilter show the filtered number of rows | Excel Worksheet Functions |