| http://www.w3.org/ns/prov#value | - At first I was having a problem with deselecting all items in the drop-down except one, then I found the code to fix it.I replaced this code:ActiveSheet.PivotTables(PivotTable15).PivotFields( _ Beta) .PivotItems(Escalated).Visible = False .PivotItems(Hang Up).Visible = False .PivotItems(New Hire Requests").Visible = False .PivotItems(No Trouble Found).Visible = False .PivotItems(Priori
|