Syntax

expression.Tag

expression A variable that represents a PivotTable object.

Example

This example sets the PivotTable report's Tag property.

Visual Basic for Applications
Worksheets(1).PivotTables("Pivot1").Tag = "Product Sales by Region"
get at string saved with pivot table save custom string pivot table store a string with a pivot table tag Tag property

See also: