ParagraphFormat.Hyphenation property (Word)
True if the specified paragraphs are included in automatic hyphenation. False if the specified paragraphs are to be excluded from automatic hyphenation. Read/write Long.
expression. Hyphenation
expression A variable that represents a 'ParagraphFormat' object.
This property can be True, False or wdUndefined.
This example turns off automatic hyphenation for all paragraphs in the active document that have the Normal style.
ActiveDocument.Styles("Normal").ParagraphFormat.Hyphenation = False
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.