Hello all,
I am trying to run a code that filters out only the values in certain cells. But when I try to run the code, I keep on getting " Unable to get the pivotfields property of the PivotTable class. Here is the code:
Sub FilterPivotItems()
Dim PT As PivotTable
Dim PTItm As...