Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 994 Bytes

Excel.PivotTable.SortUsingCustomLists.md

File metadata and controls

33 lines (19 loc) · 994 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.SortUsingCustomLists property (Excel)
vbaxl10.chm235182
vbaxl10.chm235182
Excel.PivotTable.SortUsingCustomLists
ff7a8a4d-9d64-f6dd-c373-e979d016f741
05/09/2019
medium

PivotTable.SortUsingCustomLists property (Excel)

The SortUsingCustomLists property controls whether custom lists are used for sorting items of fields, both initially when the PivotField is initialized and the PivotItems are ordered by their captions, and later when the user applies a sort. Read/write Boolean.

Syntax

expression.SortUsingCustomLists

expression A variable that represents a PivotTable object.

Remarks

Setting this property to False can optimize performance for fields with many items, and it also allows users that don't want custom list-based sorting to avoid it.

[!includeSupport and feedback]