使用 Count 屬性來判斷指定集合中的專案數目。 唯讀的 Long。
語法
表達。算
詞 代表 AllForms 物件的變數。
範例
例如,如果您想要判斷目前開啟或資料庫上現有的表單數目,您可以使用下列程式碼字串。
' Determine the number of open forms.
forms.count
' Determine the number of forms (open or closed)
' in the current database.
currentproject.allforms.count
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。