CombineCharacters Property

Microsoft Word Visual Basic

CombineCharacters Property

       

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

expression.CombineCharacters

expression   Required. An expression that returns a Range object.

Example

This example combines the characters in the selected range.

Selection.Range.CombineCharacters = True