TableRange2 Property [Excel 2003 VBA Language Reference]

Returns a Range object that represents the range containing the entire PivotTable report, including page fields. Read-only.

Remarks

The TableRange1 property doesn't include page fields.

Example

This example selects the entire PivotTable report, including its page fields.

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

Applies to | PivotTable Object