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

Concepts

Range Object

Range Object Members