title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ControlCharacters property (Excel) |
vbaxl10.chm133238 |
|
|
039a266a-e5ae-468e-e3ee-101fa2b12863 |
04/04/2019 |
medium |
True if Microsoft Excel displays control characters for right-to-left languages. Read/write Boolean.
expression.ControlCharacters
expression A variable that represents an Application object.
This property can be set only when right-to-left language support has been installed and selected.
This example sets Microsoft Excel to interpret control characters.
Application.ControlCharacters = True
[!includeSupport and feedback]