Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 820 Bytes

Excel.Application.CustomListCount.md

File metadata and controls

38 lines (23 loc) · 820 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.CustomListCount property (Excel)
vbaxl10.chm133100
vbaxl10.chm133100
Excel.Application.CustomListCount
98a32161-e413-a0b7-a6be-4b11ae90fc00
04/04/2019
medium

Application.CustomListCount property (Excel)

Returns the number of defined custom lists (including built-in lists). Read-only Long.

Syntax

expression.CustomListCount

expression A variable that represents an Application object.

Example

This example displays the number of custom lists that are currently defined.

MsgBox "There are currently " & Application.CustomListCount & _ 
 " defined custom lists."

[!includeSupport and feedback]