Returns the number of elements in the collection.

Type Info:

Count As Long
Example:
Dim ErrorColl As Errors
Dim NumberOfErrors As Long

Set ErrorColl = Application.Errors
NumberOfErrors = ErrorColl.Count
Remarks: Read-only property.
See also:

Class Errors

Last Updated: 03/04/04