Hello All,
I have this code below that selects the CurrentRegion in a pivot table/cache.
How can I add one row to the current region in the below code?
ActiveSheet.ChartObjects("Chart 1").Activate
ActiveSheet.PivotTables("PivotTable2").ChangePivotCache ActiveWorkbook...