Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 868 Bytes

Excel.PivotTable.DataLabelRange.md

File metadata and controls

39 lines (24 loc) · 868 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.DataLabelRange property (Excel)
vbaxl10.chm235080
vbaxl10.chm235080
Excel.PivotTable.DataLabelRange
9a4a6ee0-f918-2dd3-f423-e5ced6fdba20
05/08/2019
medium

PivotTable.DataLabelRange property (Excel)

Returns a Range object that represents the range that contains the labels for the data fields in the PivotTable report. Read-only.

Syntax

expression.DataLabelRange

expression A variable that represents a PivotTable object.

Example

This example selects the data field labels in the PivotTable report.

Worksheets("Sheet1").Activate 
Range("A3").Select 
ActiveCell.PivotTable.DataLabelRange.Select

[!includeSupport and feedback]