Range.CombineCharacters property (Word)

True if the specified range contains combined characters. Read/write Boolean.

Syntax

expression. CombineCharacters

expression An expression that returns a Range object.

Example

This example combines the characters in the selected range.

Selection.Range.CombineCharacters = True

See also

Range 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.