Hi,
Am currently the code below to Reset Slicers on a worksheet and it works fine but takes too long (30sec+). Quicker to do it manually.
Is there any way to optimize code to run faster??
Appreciate any help:)
Private Sub ClearAllSlicers_Click()
Dim slcr As SlicerCache
Dim sl As...