Application.CustomListCount 属性 (Excel)
返回已定义的自定义序列的数目(包括内置序列)。 只读 Long。
语法
表达式。CustomListCount
expression:表示 Application 对象的变量。
示例
本示例显示当前已定义的自定义序列的数量。
MsgBox "There are currently " & Application.CustomListCount & _
" defined custom lists."
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。