DataLabelRange Property
Applies To
PivotTable object.
Description
Returns a Range object that represents the range that contains the labels for the PivotTable data fields. Read-only.
See Also
ColumnRange property, DataBodyRange property, PageRange property, RowRange property.
Example
This example selects the data field labels in the PivotTable.
Worksheets("Sheet1").Activate
Range("A3").Select
ActiveCell.PivotTable.DataLabelRange.Select