title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotTable.Tag property (Excel) |
vbaxl10.chm235127 |
|
|
7ef25e2e-6c89-3654-4045-2937fcf47121 |
05/09/2019 |
medium |
Returns or sets a string saved with the PivotTable report. Read/write String.
expression.Tag
expression A variable that represents a PivotTable object.
This example sets the PivotTable report's Tag property.
Worksheets(1).PivotTables("Pivot1").Tag = "Product Sales by Region"
[!includeSupport and feedback]