Syntax

expression.GrandTotalName

expression A variable that represents a PivotTable object.

Example

This example sets the grand total heading label to "Regional Total" in the second PivotTable report on the active worksheet.

Visual Basic for Applications
ActiveSheet.PivotTables("PivotTable2").GrandTotalName = "Regional Total"
grand grand total name Grand Total Name Property GRANDTOTAL GrandTotalName GrandTotalName Property

See also: