Returns the type of the dictionary.

Type Info:

type as String
Example:
Dim Dicts As Dictionaries
Dim Dict As Dictionary

Set Dicts = Application.Dictionaries
Set Dict = Dicts.Item(1)

MsgBox Dict.Type
Remarks: Read-only property.

See also:

Class Dictionary

Last Updated: 07/05/04