Syntax

expression.TotalsAnnotation

expression A variable that represents a PivotTable object.

Remarks

When this property is set to True, the asterisk indicates that hidden items are included in the total. The asterisk appears regardless of whether any items in the report have been hidden.

For non-OLAP data sources, the value of this property is always False.

Example

This example turns off the asterisks in the first PivotTable report on the active worksheet.

Visual Basic for Applications
ActiveSheet.PivotTables(1).TotalsAnnotation = False
Totals Totals Annotation totalsannotation totalsannotation property

See also: