ZombieHairdu
New Member
- Joined
- Oct 1, 2019
- Messages
- 4
Code:
With ActiveSheet.PivotTables("PivotTable1").PivotFields("Assignment Descriptor" _[INDENT])
.PivotItems("CCR Review").Visible = False
.PivotItems("CCR Review ").Visible = False[/INDENT]
End With
There are numerous other fields listed, about 25 in total
Question 1: Is there a way to just provide a wild card so that I don't have to include potentially having situations were they might have added 2 spaces at the end of the name?
Question 2: Lets say that I ONLY want to display the options "Manage HSC", "GAP Review", and "Other" from the PivotTable filter. Do I HAVE to call out every row and say false?