Returns whether the dictionary is a save reference or sets it.

Type Info:

SaveReference as Boolean
Example:
Dim Dicts As Dictionaries
Dim Dict As Dictionary
Dim IsSaveRef As Boolean

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

IsSaveRef = Dict.SaveReference

' [...]

Dict.SaveReference = True
See also:

Class Dictionary

Last Updated: 07/05/04