detweiler
Board Regular
- Joined
- Aug 2, 2013
- Messages
- 62
I have looked, lo, through these internet meadows in hopes of finding something that speaks to a reasonable solution. I have inherited a workbook that I have been told needs a new, 5th, slicer added ( YAY! ), but need to exclude it from being reset when the other 4 slicers are.
The code currently being used I have seen on other posts,
Sub ClearMySlicers()
Dim Slcr As SlicerCache
For Each Slcr In ActiveWorkbook.SlicerCaches
Slcr.ClearManualFilter
Next
End Sub
but nothing that would say reset these 4 and not that one.
Thanks in advance for the help.
The code currently being used I have seen on other posts,
Sub ClearMySlicers()
Dim Slcr As SlicerCache
For Each Slcr In ActiveWorkbook.SlicerCaches
Slcr.ClearManualFilter
Next
End Sub
but nothing that would say reset these 4 and not that one.
Thanks in advance for the help.
Last edited: