Application.FilterNew method (Project)
Shows the Filter Definition dialog box, where the user can create a filter for a task-based view, resource-based view, or the default view filter.
Syntax
expression. FilterNew
( _FilterType_
)
expression An expression that returns an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
FilterType | Optional | PjFilterViewType | Specifies whether the filter is for task information or resource information. Can be one of the following constants of the PjFilterViewType enumeration: pjFilterViewTypeResource, pjFilterViewTypeTask, or pjFilterViewTypeUseView. The default value is pjFilterViewTypeUseView. |
Return value
Boolean
Remarks
Running the FilterNew method with no arguments corresponds to the New Filter command in the Filter drop-down list on the VIEW tab of the ribbon. That command brings up the Filter Definition dialog box, where the Field Name drop-down list contains fields that apply to the current view.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.