AddControlCharacters Property

Microsoft Word Visual Basic

AddControlCharacters Property

       

True if Microsoft Word adds bidirectional control characters when cutting and copying text. Read/write Boolean.

expression.AddControlCharacters

expression   Required. An expression that returns an Options object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

This example sets Word to add bidirectional control characters when cutting and copying text.

Options.AddControlCharacters = True