SlicerCache.Delete Method (Excel)

Deletes the specified slicer cache and the slicers associated with it.

Version Information

Version Added: Excel 2010

Syntax

expression .Delete

expression A variable that represents a SlicerCache object.

Remarks

To delete a particular slicer independently of the slicer cache, use the Delete method of the Slicer object instead.

Example

The following code example deletes the Slicer_Country slicer cache and the Country slicer associated with that slicer cache.

ActiveWorkbook.SlicerCaches("Slicer_Country").Delete

See Also

Concepts

SlicerCache Object

SlicerCache Object Members