Filter Object
| Excel Developer Reference |
Remarks
The Filter object is a member of the Filters collection. The Filters collection contains all the filters in an autofiltered range.
Example
Use Filters(
| Visual Basic for Applications |
|---|
|
Note that all the properties of the Filter object are read-only. To set these properties, apply autofiltering manually or using the AutoFilter method of the Range object, as shown in the following example.
| Visual Basic for Applications |
|---|
|