DataBodyRange Property

Applies To

PivotTable object.

Description

Returns a Range object that represents the range that contains the PivotTable data area. Read-only.

See Also

ColumnRange property, DataLabelRange property, PageRange property, RowRange property.

Example

This example selects the active PivotTable data.

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