Filter.On Property
Excel Developer Reference |
True if the specified filter is on. Read-only Boolean.
Syntax
expression.On
expression A variable that represents a Filter 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