ShowReadabilityStatistics Property

Microsoft Word Visual Basic

expression.ShowReadabilityStatistics

expression    Required. An expression that returns an Options object.

Example

This example sets Word to show readability statistics, and then it checks the spelling and grammar in the active document.

Options.ShowReadabilityStatistics = True
ActiveDocument.CheckGrammar
		

This example returns the current status of the Show readability statistics option on the Spelling & Grammar tab in the Options dialog box (Tools menu).

temp = Options.ShowReadabilityStatistics