Share via


PivotFilter.Active Property

Excel Developer Reference

Returns whether the specified PivotFilter is active. Read-only Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Active

expression   A variable that represents a PivotFilter object.

Remarks

This property returns True when the PivotField of the filter is in the PivotTable and the filter is evaluated when the PivotTable is updated. It returns False when the PivotField of the filter is not in the PivotTable and has no effect on the PivotTable calculation.

See Also