Good afternoon,
I am trying to loop through all the sliceritems in a slicercache but I keep encountering errors.
Can anyone spot the error in the macro below?
Thank you!
Option Explicit
Sub Slicers()
Dim SCache As SlicerCache
Dim SItem As SlicerItem
Dim SItem2 As SlicerItem...