Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 942 Bytes

Excel.PivotTable.TableRange1.md

File metadata and controls

43 lines (25 loc) · 942 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.TableRange1 property (Excel)
vbaxl10.chm235098
vbaxl10.chm235098
Excel.PivotTable.TableRange1
4dfea643-3299-82ee-a770-b961904eec7f
05/09/2019
medium

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

[!includeSupport and feedback]