Syntax

expression.CustomListCount

expression A variable that represents an Application object.

Example

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

Visual Basic for Applications
MsgBox "There are currently " & Application.CustomListCount & _ " defined custom lists."
custom custom list count Custom List Count Property customlist CustomListCount CustomListCount Property How many specialized lists in my application? Number of custom lists in app?

See also: