Document.HyphenateCaps property (Word)

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

Syntax

expression. HyphenateCaps

expression A variable that represents a Document object.

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

See also

Document Object

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.