Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1012 Bytes

Excel.Application.CursorMovement.md

File metadata and controls

42 lines (24 loc) · 1012 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.CursorMovement property (Excel)
vbaxl10.chm133237
vbaxl10.chm133237
Excel.Application.CursorMovement
4be5a3fd-7a68-1190-5888-239497d53cb1
04/04/2019
medium

Application.CursorMovement property (Excel)

Returns or sets a value that indicates whether a visual cursor or a logical cursor is used. Can be one of the following constants: xlVisualCursor or xlLogicalCursor. Read/write Long.

Syntax

expression.CursorMovement

expression A variable that represents an Application object.

Remarks

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 Microsoft Excel to use the visual cursor.

Application.CursorMovement = xlVisualCursor

[!includeSupport and feedback]