title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.CursorMovement property (Excel) |
vbaxl10.chm133237 |
|
|
4be5a3fd-7a68-1190-5888-239497d53cb1 |
04/04/2019 |
medium |
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.
expression.CursorMovement
expression A variable that represents an Application object.
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 Microsoft Excel to use the visual cursor.
Application.CursorMovement = xlVisualCursor
[!includeSupport and feedback]