PageRange Property

Applies To

PivotTable Object.

Description

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

See Also

ColumnRange Property, DataBodyRange Property, DataLabelRange Property, RowRange Property.

Example

This example selects the PivotTable page headers.


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