title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotTable.DataLabelRange property (Excel) |
vbaxl10.chm235080 |
|
|
9a4a6ee0-f918-2dd3-f423-e5ced6fdba20 |
05/08/2019 |
medium |
Returns a Range object that represents the range that contains the labels for the data fields in the PivotTable report. Read-only.
expression.DataLabelRange
expression A variable that represents a PivotTable object.
This example selects the data field labels in the PivotTable report.
Worksheets("Sheet1").Activate
Range("A3").Select
ActiveCell.PivotTable.DataLabelRange.Select
[!includeSupport and feedback]