Returns the number of elements in the "Dictionary" collection.

Type Info:

Count As Long
Example:
Dim Dicts As Dictionaries
Dim NumberOfDicts As Long

Set Dicts = Application.Dictionaries
NumberOfDicts = Dicts.Count
Remarks: Read-only property.

See also:

Class Dictionaries

Last Updated: 04/26/05