Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 709 Bytes

Excel.PivotTable.Tag.md

File metadata and controls

37 lines (22 loc) · 709 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.Tag property (Excel)
vbaxl10.chm235127
vbaxl10.chm235127
Excel.PivotTable.Tag
7ef25e2e-6c89-3654-4045-2937fcf47121
05/09/2019
medium

PivotTable.Tag property (Excel)

Returns or sets a string saved with the PivotTable report. Read/write String.

Syntax

expression.Tag

expression A variable that represents a PivotTable object.

Example

This example sets the PivotTable report's Tag property.

Worksheets(1).PivotTables("Pivot1").Tag = "Product Sales by Region"

[!includeSupport and feedback]