Options.UseGermanSpellingReform property (Word)
True if Microsoft Word uses the German post-reform spelling rules when checking spelling. Read/write Boolean.
Syntax
expression. UseGermanSpellingReform
expression 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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.