Hi,
I am trying to change the pivot filters in a worksheet for all the pivot tables. I tried the code below and it does not work. Can anyone please help! (Level 4,5, and 1 are my pivot fields)
Sub Reset_filters()
Dim pt As PivotTable
For Each pt In Sheets("Rates Pivot").PivotTables
With...