Home ยป PivotTable.Name property
Learn
Excel Macro: Adjust All Pivot Data Field Titles
When you create a PivotTable, Excel prefixes the title of each data field with Sum of, Count of. If you want the […]
Learn
Excel Macro: Hide All Subtotals in a PivotTable
This simple macro hides all subtotals in the specified PivotTable. Tips You can manually hide all subtotals at once by going to […]
Learn
Excel Macro: Create a PivotTable Checklist Summary
When your workbook contains multiple PivotTables, it is often helpful to have a checklist summary that outlines the basic details of the […]
Range.AutoFit method Application.ConvertFormula method PivotCache.SourceData property PivotTable.CacheIndex property PivotTable.TableRange2 property PivotTable.Parent property PivotTable.Name property Worksheets.Add method PivotTable.PivotCache method Array function Range.EntireColumn property Range.Address property For Each...Next statement
Docs
PivotTable.Name property
Returns or sets a String value representing the name of the object. Syntax expression.Name expression A variable that represents a PivotTable object.