ListObject.Slicers (Excel)
Returns a list of the table slicers associated with a ListObject.
A ListObject is essentially a table.
Dim slcsSlicers As Slicers
Set slcsSlicers = ActiveCell.ListObject.Slicers
Returns a list of the table slicers associated with a ListObject.
A ListObject is essentially a table.
Dim slcsSlicers As Slicers
Set slcsSlicers = ActiveCell.ListObject.Slicers