HyphenateCaps Property

Microsoft Word Visual Basic

HyphenateCaps Property

       

True if words in all capital letters can be hyphenated. Read/write Boolean.

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