hi, in my macro, I have a stage where I need to interrogate a pivot table with some of the pivot items set to False.
I need to rest the pivot table afterwards, so that all items are displayed.
is there a way to do this without specifying each item?
PivotItems.("itemname").True, will do it on an individual basis, but I'm hoping for a blanket command!
I need to rest the pivot table afterwards, so that all items are displayed.
is there a way to do this without specifying each item?
PivotItems.("itemname").True, will do it on an individual basis, but I'm hoping for a blanket command!