Filters Object
Excel Developer Reference |
A collection of Filter objects that represents all the filters in an autofiltered range.
Example
Use the Filters property to return the Filters collection. The following example creates a list that contains the criteria and operators for the filters in the autofiltered range on the Crew worksheet.
Visual Basic for Applications |
---|
|
Use Filters(
index
), where
index
is the filter title or index number, to return a single Filter object. The following example sets a variable to the value of the On property of the filter for the first column in the filtered range on the Crew worksheet.
Visual Basic for Applications |
---|
|
See Also