Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
People,
I have an Excel worksheet and I have applied an autofilter to a particular column. The result is a filtered set of rows. Using VBA, what is the easiest way to, a) tell if any rows with data are in the filtered set (i.e. did the filter find anything that met the criteria)? b) get a count of how many rows with data, are shown in the filtered set? c) loop through rows/columns/cells in the filtered set? A bit of background. I write VBA for Project and in Project all one needs to do to determine if a filter shows anything is to check for an activeselection 0. Looping is very simple - just loop through all tasks/resources in the activeselection. John Project MVP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
colating multi rows of data into single rows - no to pivot tables! | Excel Worksheet Functions | |||
Enabling option „Format rows“ to hide/unhide rows using VBA-code? | Excel Discussion (Misc queries) | |||
Copy rows of data (eliminating blank rows) from fixed layout | Excel Discussion (Misc queries) | |||
Excel 2003 -Rows hidden. Scrolling unhides rows ! How do I stop th | Excel Discussion (Misc queries) | |||
Pivot Tables: How do I show ALL field rows, including empty rows?? | Excel Worksheet Functions |