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

Type Info:

FindReference as Boolean
Example:
Dim Dicts As Dictionaries
Dim Dict As Dictionary
Dim IsFindRef As Boolean

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

IsFindRef = Dict.FindReference

' [...]

Dict.FindReference = True
See also:

Class Dictionary

Last Updated: 07/05/04