I am looping through row labels in a PT using the following (which doesn't feel efficient but it's the only way I can check each item value)Set ptField = ptPivotTableList.PivotFields("[AD Expected].[Proper Name].[Proper Name]")
For Each ptItem In ptField.PivotItems
Set...