Thanks in advance for any suggestions and I will provide feedback.
How do I modify the following code to check if those Pivot Table fields exist and de-select or select them. Here is a sample code.
Sub PivotItem()
With ActiveSheet.PivotTables("PivotTable1").PivotFields("PCN")...