Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 876 Bytes

Excel.PivotTable.MergeLabels.md

File metadata and controls

37 lines (22 loc) · 876 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.MergeLabels property (Excel)
vbaxl10.chm235113
vbaxl10.chm235113
Excel.PivotTable.MergeLabels
2c658f34-1ec5-e1c8-59f7-b4401efc2646
05/09/2019
medium

PivotTable.MergeLabels property (Excel)

True if the specified PivotTable report's outer-row item, column item, subtotal, and grand total labels use merged cells. Read/write Boolean.

Syntax

expression.MergeLabels

expression A variable that represents a PivotTable object.

Example

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]