Returns a Long representing the total number of Command objects in the collection.
set oCommands = Application.Commands logmessage "There are " & oCommands.Count & " command(s) in the collection"
Command Application