Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / CustomDictionaryPath Property
In This Topic
CustomDictionaryPath Property
In This Topic
Gets or sets the full path to a custom dictionary file to use with Spell Check.
Syntax
expression.CustomDictionaryPath As String
where expression is a variable that represents a SpellCheck Object
Remarks
To specify no custom dictionary, specify an empty string as the parameter instead of Null or Nothing.
See Also