AutoFilter.Filters Property
Excel Developer Reference |
Returns a Filters collection that represents all the filters in an autofiltered range. Read-only.
Syntax
expression.Filters
expression A variable that represents an AutoFilter object.
Example
The following example sets a variable to the value of the Criteria1 property of the filter for the first column in the filtered range on the Crew worksheet.
Visual Basic for Applications |
---|
|
See Also