PivotTable.TableRange1 Property (Excel)

Returns a Range object that represents the range containing the entire PivotTable report, but doesn’t include page fields. Read-only.

Syntax

expression .TableRange1

expression A variable that represents a PivotTable object.

Remarks

The TableRange2 property includes page fields.

Example

This example selects all of the PivotTable report except its page fields.

Worksheets("Sheet1").Activate 
Range("A3").PivotTable.TableRange1.Select

See Also

Concepts

PivotTable Object Members

PivotTable Object