Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.19 KB

Excel.PivotTable.AllowMultipleFilters.md

File metadata and controls

37 lines (21 loc) · 1.19 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.AllowMultipleFilters property (Excel)
vbaxl10.chm235178
vbaxl10.chm235178
Excel.PivotTable.AllowMultipleFilters
e6e39932-9d20-d34b-a2b1-6b34e4bfb270
05/08/2019
medium

PivotTable.AllowMultipleFilters property (Excel)

Sets or retrieves a value that indicates whether a PivotField can have multiple filters applied to it at the same time. Read/write Boolean.

Syntax

expression.AllowMultipleFilters

expression A variable that represents a PivotTable object.

Remarks

Default value is False.

When this property is set to True, multiple filters can be applied to single PivotFields.

When it is set to False, applying a filter to a PivotField that is already filtered will remove the existing filter and apply the new one. Setting this property to False when the PivotTable has fields with more than one filter applied will silently remove all filters in the PivotTable without displaying any alert. However, there is an alert when this is done through the user interface.

[!includeSupport and feedback]