Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 924 Bytes

Excel.PivotTable.ClearAllFilters.md

File metadata and controls

33 lines (19 loc) · 924 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.ClearAllFilters method (Excel)
vbaxl10.chm235170
vbaxl10.chm235170
Excel.PivotTable.ClearAllFilters
e12fba36-f699-9800-99bc-d29b58b26043
05/08/2019
medium

PivotTable.ClearAllFilters method (Excel)

The ClearAllFilters method deletes all filters currently applied to the PivotTable. This includes deleting all filters in the PivotFilters collection, removing any manual filtering applied, and setting all PivotFields in the Report Filter area to the default item.

Syntax

expression.ClearAllFilters

expression A variable that represents a PivotTable object.

Remarks

After calling the ClearAllFilters method, the PivotFilters collection will be empty.

[!includeSupport and feedback]