Document.AutoHyphenation (Word)
True if automatic hyphenation is turned on for the specified document.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With
True if automatic hyphenation is turned on for the specified document.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With