UseGermanSpellingReform Property

Microsoft Word Visual Basic

UseGermanSpellingReform Property

       

True if Microsoft Word uses the German post-reform spelling rules when checking spelling. Read/write Boolean.

expression.UseGermanSpellingReform

expression   Required. An expression that returns an Options object.

Remarks

This property may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Example

This example sets Word to use the post-reform rules for checking spelling in German.

Options.UseGermanSpellingReform = True