Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 809 Bytes

Excel.PivotTable.RowRange.md

File metadata and controls

38 lines (24 loc) · 809 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.RowRange property (Excel)
vbaxl10.chm235095
vbaxl10.chm235095
Excel.PivotTable.RowRange
3b586599-9b2a-d0fc-c205-b8e3c6e7074f
05/09/2019
medium

PivotTable.RowRange property (Excel)

Returns a Range object that represents the range including the row area on the PivotTable report. Read-only.

Syntax

expression.RowRange

expression A variable that represents a PivotTable object.

Example

This example selects the row headers on the PivotTable report.

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

[!includeSupport and feedback]