Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.29 KB

Excel.SlicerCache.SortUsingCustomLists.md

File metadata and controls

35 lines (20 loc) · 1.29 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlicerCache.SortUsingCustomLists property (Excel)
vbaxl10.chm897087
vbaxl10.chm897087
Excel.SlicerCache.SortUsingCustomLists
61c156fe-67cf-f6e8-4fce-bc617c9a1e03
05/16/2019
medium

SlicerCache.SortUsingCustomLists property (Excel)

Returns or sets whether items in the specified slicer cache will be sorted by the custom lists. Read/write.

Syntax

expression.SortUsingCustomLists

expression A variable that represents a SlicerCache object.

Remarks

The SortUsingCustomLists property corresponds to the setting of the Use Custom Lists when sorting check box of the Slicer Settings dialog box. To access the custom lists associated with the current installation of Excel, choose the File tab > Options > Advanced, and then choose Edit Custom Lists under the General category.

The SortUsingCustomLists property only applies to slicers that are filtering non-OLAP data sources. Attempting to access this property from a slicer cache that is filtering an OLAP data source (SlicerCache.OLAP = True) generates a run-time error.

[!includeSupport and feedback]