PageRange Property
Applies To
PivotTable object.
Description
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