Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wish to copy a pivot table report and name
it "PivotTable_2". How do I do this programmatically? I tried recording a macro and came up with the following: ActiveSheet.PivotTables("PivotTable1").PivotSelect "", xlDataAndLabel Selection.Copy Application.Goto Reference:="Target_Region" ActiveSheet.Paste Application.CutCopyMode = False ActiveSheet.PivotTables("PivotTable8").Name = "PivotTable_2" The problem is that next time I run the procedure the Pivot Table to be named "PivotTable_2" is "PivotTable9". How do I get the table to be "PivotTable8" each time? (If I knew that I wouldn't actually need to rename it as "PivotTable_2"!). TIA Ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to rename a GROUP in a Pivot table | Charts and Charting in Excel | |||
How do you rename table headers in a query using Offic 07? | Excel Worksheet Functions | |||
Need to rename table columns in excel from a query | Excel Worksheet Functions | |||
rename groups in Pivot table | Excel Discussion (Misc queries) | |||
Pivot Table Query | Excel Discussion (Misc queries) |