语法
表达式.CustomListCount
表达式 一个代表 Application 对象的变量。
示例
本示例显示当前已定义的自定义序列的数量。
MsgBox("There are currently " + Application.CustomListCount + " defined custom lists.")