title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotTable.MergeLabels property (Excel) |
vbaxl10.chm235113 |
|
|
2c658f34-1ec5-e1c8-59f7-b4401efc2646 |
05/09/2019 |
medium |
True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. Read/write Boolean.
expression.MergeLabels
expression A variable that represents a PivotTable object.
This example causes the first PivotTable report on worksheet one to use merged-cell outer-row item, column item, subtotal, and grand total labels.
Worksheets(1).PivotTables(1).MergeLabels = True
[!includeSupport and feedback]