HyphenateCaps Property
Applies To
Document object.
Description
True if words in all capital letters can be hyphenated. Read/write Boolean.
See Also
AutoHyphenation property, Hyphenation property, HyphenationZone property, ManualHyphenation method.
Example
This example enables automatic hyphenation for the active document and allows capitalized words to be hyphenated.
With ActiveDocument
.AutoHyphenation = True
.HyphenateCaps = True
End With