Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.08 KB

Excel.Application.DefaultSheetDirection.md

File metadata and controls

42 lines (24 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DefaultSheetDirection property (Excel)
vbaxl10.chm133236
vbaxl10.chm133236
Excel.Application.DefaultSheetDirection
33fad777-e2dd-99b5-9b33-a573a729b331
04/04/2019
medium

Application.DefaultSheetDirection property (Excel)

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.

Syntax

expression.DefaultSheetDirection

expression A variable that represents an Application object.

Remarks

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.

Example

This example sets right to left as the default direction.

Application.DefaultSheetDirection = xlRTL

[!includeSupport and feedback]