Filters Object
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(), where is the filter title or index number, to return a single Filterobject. The following example sets a variable to the value of the Onproperty of the filter for the first column in the filtered range on the Crew worksheet.
| Visual Basic for Applications |
|---|
|
See also:
| index | index |