DataBodyRange Property

Applies To

PivotTable Object.

Description

Accessor. 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