title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotTable.PageRange property (Excel) |
vbaxl10.chm235087 |
|
|
05629703-c43f-282c-e4da-22c95094e15b |
05/09/2019 |
medium |
Returns a Range object that represents the range that contains the page area in the PivotTable report. Read-only.
expression.PageRange
expression A variable that represents a PivotTable object.
This example selects the page headers in the PivotTable report.
Worksheets("Sheet1").Activate
Range("A3").Select
ActiveCell.PivotTable.PageRange.Select
[!includeSupport and feedback]