I'm Confused,... PivotItem(i)=false works, PivotItem(i)=true doesn't work
'works -> pvtTable.PivotItems("productTEST").Visible = False
'doesn't works -> pvtTable.PivotItems("productTEST").Visible = True
Even when I let Excel Macro recorder do the work of selecting and then try to run it, it does not work.