title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotTable.RowRange property (Excel) |
vbaxl10.chm235095 |
|
|
3b586599-9b2a-d0fc-c205-b8e3c6e7074f |
05/09/2019 |
medium |
Returns a Range object that represents the range including the row area on the PivotTable report. Read-only.
expression.RowRange
expression A variable that represents a PivotTable object.
This example selects the row headers on the PivotTable report.
Worksheets("Sheet1").Activate
Range("A3").Select
ActiveCell.PivotTable.RowRange.Select
[!includeSupport and feedback]