How to Change Excel Cursor Movement Logical vs Visual

Method 1: Using Excel Options

Steps:
➤ Go to the File Tab.

Excel cursor movement logical vs visual

➤ Select the Options Option.

Excel Options

The Excel Options dialog box will open up.
➤ Select the Advanced option in the left pane and then select the Editing Options in the right part.
➤ You can choose the Logical or Visual option under the Cursor movement and press OK.

Excel Options


Method 2: Using VBA to Change Cursor Movement

Excel cursor movement logical vs visual

Steps:
➤ Go to the Developer Tab >> Code Group >> Visual Basic Option.

VBA code

The Visual Basic Editor will open up.
➤ Go to the Insert Tab >> Module Option.

VBA code

A Module will be created.
➤ Enter the following code to change the cursor to the Visual movement:

Sub change_of_cursor_movement()
Application.CursorMovement = xlVisualCursor
End Sub

VBA code

➤ To change the movement to the Logical cursor movement, use the following code:

Sub change_of_cursor_movement()
Application.CursorMovement = xlLogicalCursor
End Sub

VBA code

After pressing F5, the change of the cursor movement will be applied automatically.


Example of Excel Cursor Movement Logical vs. Visual

Case 1: Moving the Cursor from Left to Right

We will move our cursor from the left direction to the right direction.

Excel cursor movement logical vs visual

Logical Movement:

  • After setting the cursor movement as Logical, click on cell B4 twice and keep your cursor in the beginning position of the English text.

left to right logical

  • Start moving your cursor to the right by pressing the Right key ()
  • You will get the following movements from left to right in the English text Adeel.

Excel cursor movement logical vs visual

left to right logical

left to right logical

Excel cursor movement logical vs visual

left to right logical

  • When you press the Right key after the end of the English name, notice that the cursor has automatically moved to the beginning of the Arabic name عديل.

Excel cursor movement logical vs visual

  • By pressing the Right key the cursor will move from the right to the left direction as the Arabic text is from the right to the left.

left to right logical

Excel cursor movement logical vs visual

left to right logical

left to right logical

Visual Movement:

  • Change the cursor movement to Visual. Click on cell B4 twice and keep your cursor in the beginning position of the English text.

Excel cursor movement logical vs visual

  • Start moving your cursor to the right by pressing the Right key ()
  • You will get the following movements from the left to right in the English text Adeel.

left to right visual

Excel cursor movement logical vs visual

left to right visual

left to right visual

left to right visual

  • When you press the Right key after the end of the English name, notice that the cursor is moving in the right direction, although the Arabic text direction differs from the English one.

Excel cursor movement logical vs visual

  • By pressing the Right key, the cursor will move from the left to the right direction, not maintaining the logical order of the Arabic language.

left to right visual

left to right visual

Excel cursor movement logical vs visual

left to right visual


Case 2: Moving the Cursor from Right to Left

Excel cursor movement logical vs visual

Logical Movement:

  • After setting the cursor movement as Logical, click on cell B4 twice and keep your cursor in the beginning position of the Arabic text.

right to left logical

  • Start moving your cursor to the left by pressing the Left key ()
  • You will get the following movements from the left to right in the Arabic name عديل.

Excel cursor movement logical vs visual

right to left logical

right to left logical

Excel cursor movement logical vs visual

  • Press the Left key after the end of the Arabic name and observe the cursor movement to the beginning of the English name Adeel.

right to left logical

  • By pressing the Left key the cursor will move from the left to the right direction as the English text progresses from the left to the right.

right to left logical

Excel cursor movement logical vs visual

right to left logical

right to left logical

right to left logical

Visual Movement:

Excel cursor movement logical vs visual

  • Start moving your cursor to the left by pressing the Left key ()
  • You will get the following movements from the left to right in the Arabic name عديل.

right to left visual

Excel cursor movement logical vs visual

right to left visual

right to left visual

  • When you press the Left key after the end of the Arabic name, you will see the cursor’s movement is in the same direction although the direction of the English name is from left to right.

Excel cursor movement logical vs visual

right to left visual

right to left visual

right to left visual

right to left visual

Excel cursor movement logical vs visual


Practice Section

We have provided a practice section in a sheet named Practice for you to try out these two types of cursor movement yourself.

Practice


Download the Practice Workbook


Further Readings


<< Go Back to Cursor in Excel | Excel Parts | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Tanjima Hossain
Tanjima Hossain

TANJIMA HOSSAIN is a marine engineer who enjoys working with Excel and VBA programming. For her, programming is a handy, time-saving tool for managing data, files, and online tasks. She's skilled in Rhino3D, Maxsurf C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. She holds a B.Sc. in Naval Architecture & Marine Engineering from BUET and is now a content developer. In this role, she creates tech-focused content centred around Excel and VBA. Apart from... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo