Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 940 Bytes

Excel.PivotTable.GrandTotalName.md

File metadata and controls

37 lines (22 loc) · 940 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.GrandTotalName property (Excel)
vbaxl10.chm235133
vbaxl10.chm235133
Excel.PivotTable.GrandTotalName
7b0142aa-8b3d-a595-760e-b8ac5834e30f
05/08/2019
medium

PivotTable.GrandTotalName property (Excel)

Returns or sets the text string label that is displayed in the grand total column or row heading in the specified PivotTable report. The default value is the string Grand Total. Read/write String.

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.

ActiveSheet.PivotTables("PivotTable2").GrandTotalName = "Regional Total"

[!includeSupport and feedback]