Application.SpellCheckField Method
Project Developer Reference |
Checks the spelling in the active project.
Syntax
expression.SpellCheckField(FieldName, EnableSpellCheck)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
FieldName | Optional | PjSpellingField | |
EnableSpellCheck | Optional | Variant |
Return Value
Boolean
Remarks
The SpellingCheck method has the same effect as the Spelling command on the Tools menu.
See Also