ShowGrammaticalErrors Property Example

This example sets Word to check for grammatical errors as you type and to display any errors found in the active document.

Options.CheckGrammarAsYouType = True
ActiveDocument.ShowGrammaticalErrors = True

Send feedback to MSDN.Look here for MSDN Online resources.