property Items.Count as Long
Returns the number of objects in a collection.

TypeDescription
Long A Long expression that specifies the number of Item objects in the collection.  
The Count property specifies the the number of Item objects in the collection. The Add method adds a new item to the Items collection, while the Remove method removes an item giving its identifier. Use the Clear method to clear all elements/items in the collection.