SubtotalHiddenPageItems Property

Applies To

PivotTable object.

Description

True if hidden page field items in the PivotTable are included in row and column subtotals, block totals, and grand totals. The default value is False. Read/write Boolean.

Example

This example sets Pivot1 on worksheet one to exclude hidden page field items in subtotals.

Worksheets(1).PivotTables("Pivot1").SubtotalHiddenPageItems = True