Filters Collection Object

Project Developer Reference

Contains a collection of Filter objects.

Example

Using the Filter Object

The following example applies a critical task filter to the active project.

Visual Basic for Applications
  ActiveProject.TaskFilters("Critical").Apply

See Also