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

TypeDescription
Long A long expression that specifies the number of ExPicture object in the ExPictures collection.
The Count property counts the number of ExPicture object in the ExPictures collection. The Clear method clears or remove all elements in the ExPictures collection, so the Count will be 0.