Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a Range object that represents only the cells in the specified PivotTable report that contain the page fields and item drop-down lists.
expression.PageRangeCells
expression A variable that represents a PivotTable object.
This example selects only the cells in the PivotTable report that contain page fields and item drop-down lists.
Worksheets(1).PivotTables(1).PageRangeCells.Select
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.