Hi
I have 4 slicers (lets say) and i want to clear filters from all 4 slicers with one click or shortcut. Like we use alt+a+c in a normal sheet to clear filter from all columns.
Same way can we have it done in powerpivot slicers.
I tried this but it didn't happen..
"Dim slcr As SlicerCache
For Each slcr In ActiveWorkbook.SlicerCaches
slcr.ClearManualFilter
Next slcr"
I have 4 slicers (lets say) and i want to clear filters from all 4 slicers with one click or shortcut. Like we use alt+a+c in a normal sheet to clear filter from all columns.
Same way can we have it done in powerpivot slicers.
I tried this but it didn't happen..
"Dim slcr As SlicerCache
For Each slcr In ActiveWorkbook.SlicerCaches
slcr.ClearManualFilter
Next slcr"