Gotcha. I'm going to go and study what you did. Thank you.There is a calculated field in the pivots called aver. When one of the pivot tables gets updated/changed there is a line of code (
pt.CalculatedFields("aver").StandardFormula = Evaluate("GETPIVOTDATA(""Average of Score""," & Target.TableRange1.Cells(1).Address(0, 0, , 1) & ")") 'tweak x 2) which sets the value from Grand Total of the Average of Score at the bottom of PivotTable2.
That field is included in PivotTable1