Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.