Application.CheckGrammar Method (Word)
Office 2013
Checks a string for grammatical errors. Returns a Boolean to indicate whether the string contains grammatical errors. True if the string contains no errors.
expression .CheckGrammar(String)
expression Required. A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
|---|---|---|---|
String | Required | String | The string you want to check for grammatical errors. |
Return Value
Boolean