Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a defined name dynamic table of data and I want to know the number of
visible rows after it is filtered. Using Application.Range("myTable").SpecialCells(xlVisibl eOnly).Count will give all cells, not rows. I can take the top of a column in the table, find the last non-blank cell, and then use specialCells, but it seems there must be something a bit more elegant. Tanks Much, Eric |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate only visible data (not hidden rows)? | Excel Worksheet Functions | |||
Printing only Rows with Visible Data | Excel Discussion (Misc queries) | |||
Can I copy data from only the visible rows in Excel? | Excel Discussion (Misc queries) | |||
Data List Visible Rows | Excel Programming | |||
Copy visible rows with data to new file | Excel Programming |