Share via


Range.CombineCharacters Property

Word Developer Reference

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.

Visual Basic for Applications
  Selection.Range.CombineCharacters = True

See Also