CommandCollection.Count

説明

コレクション内のCommandオブジェクトの総数を表すLongを戻します。

VBScript の例

set oCommands = Application.Commands
logmessage "There are " & oCommands.Count & " command(s) in the collection"

関連項目

Command Application