Application.AutoFilter Method
Project Developer Reference |
Activates or deactivates the AutoFilter for the active project.
Syntax
expression.AutoFilter
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
The AutoFilter method has the same effect as the AutoFilter command on the Filtered for submenu, which is available on the Project menu.
See Also