Hi there,
I cannot successfully filter out (blank) in a Pivot Field. Has anyone experienced this before?
It's working several times in my macro, but fails on a particular field "Receiver".
Checked spelling, it all looks fine, even filtered N/A successfully.
Any help would be much appreciated.
I cannot successfully filter out (blank) in a Pivot Field. Has anyone experienced this before?
It's working several times in my macro, but fails on a particular field "Receiver".
Checked spelling, it all looks fine, even filtered N/A successfully.
Any help would be much appreciated.
Code:
With Sheets("SummaryPivot").PivotTables("PivotTable3").PivotFields("Receiver")
.PivotItems("(blank)").Visible = False '''''''''''''''''''''''''
.PivotItems("#N/A").Visible = False
End With
Last edited: