Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have four pivot views, D Rank, S Rank, B Rank and O Rank. I know
how to add an items as illustrated below below, however removing it errors when it's actually not there...how do I avoid this is my question? ActiveCell.FormulaR1C1 = "Data Completeness Rank" ' if the Pivot field is not showing I error out just below ActiveSheet.PivotTables("PivotTable1").PivotFields ("S Rank").Orientation _ = xlHidden ActiveSheet.PivotTables("PivotTable1").PivotFields ("B Rank"). _ Orientation = xlHidden ActiveSheet.PivotTables("PivotTable1").PivotFields ("O Rank"). _ Orientation = xlHidden ActiveSheet.PivotTables("PivotTable1").AddDataFiel d ActiveSheet.PivotTables( _ "PivotTable1").PivotFields("DC Rank"), "Sum of DC Rank", xlSum |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table in a macro only bringing in One Field | Excel Programming | |||
Pivot Table field macro | Excel Worksheet Functions | |||
Code for a Macro that allows a Pivot table to be repeatedly run (fora dynamic rows in a table, but static field names) | Excel Programming | |||
How to turn off dragging for a Pivot Table field | Excel Programming | |||
How to turn off dragging for a Pivot Table field | Excel Programming |