title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.CustomListCount property (Excel) |
vbaxl10.chm133100 |
|
|
98a32161-e413-a0b7-a6be-4b11ae90fc00 |
04/04/2019 |
medium |
Returns the number of defined custom lists (including built-in lists). Read-only Long.
expression.CustomListCount
expression A variable that represents an Application object.
This example displays the number of custom lists that are currently defined.
MsgBox "There are currently " & Application.CustomListCount & _
" defined custom lists."
[!includeSupport and feedback]