コレクション内のCommandオブジェクトの総数を表すLongを戻します。
set oCommands = Application.Commands logmessage "There are " & oCommands.Count & " command(s) in the collection"
Command Application