title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.DefaultSheetDirection property (Excel) |
vbaxl10.chm133236 |
|
|
33fad777-e2dd-99b5-9b33-a573a729b331 |
04/04/2019 |
medium |
Returns or sets the default direction in which Microsoft Excel displays new windows and worksheets. Can be one of the following XlReadingOrder constants: xlRTL (right to left) or xlLTR (left to right). Read/write Long.
expression.DefaultSheetDirection
expression A variable that represents an Application object.
Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.
This example sets right to left as the default direction.
Application.DefaultSheetDirection = xlRTL
[!includeSupport and feedback]