CustomListCount Property

Applies To

Application Object.

Description

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

See Also

AddCustomList Method, DeleteCustomList Method, GetCustomListContents Method, GetCustomListNum Method.

Example

This example displays the number of custom lists currently defined.


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