S
Sue
I have a statement below with "PivotTable5" - How do I make that a generic
pivot table to where it would work with any pivot highlighted?
With ActiveSheet.PivotTables("PivotTable5").PivotFields("Sum of Duration")
.Calculation = xlPercentOfColumn
.NumberFormat = "0%"
pivot table to where it would work with any pivot highlighted?
With ActiveSheet.PivotTables("PivotTable5").PivotFields("Sum of Duration")
.Calculation = xlPercentOfColumn
.NumberFormat = "0%"