Results 1 to 3 of 3

Thread: How To Make The Enter Key Make Cell Selection Move To Right In Excel

  1. #1
    Member
    Join Date
    Nov 2012
    Posts
    33
    Rep Power
    0

    How To Make The Enter Key Make Cell Selection Move To Right In Excel

    I'm sorry to keep asking such seemingly simple questions, but this one has caused me several days of hunting without finding an answer.

    How do I set the spreadsheet to go to the cell on the right (like writing-left to right) when I enter a value and hit enter or tab? I have worn out the F1 key trying to ask the question, but nothing I enter gives me an answer.

    Thanks

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    If you are on Excel 2007 or above, run this code from a sub-routine, or immediate window

    Code:
    Application.MoveAfterReturnDirection = xlToRight
    OR

    Go to Excel Options >> Advanced >> Editing Options >> Ensure the 'After pressing Enter, move selection' is checked >> Select 'Right' in the drop-down below.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Member
    Join Date
    Nov 2012
    Posts
    33
    Rep Power
    0
    Thanks so much.

Similar Threads

  1. Replies: 4
    Last Post: 05-05-2013, 04:01 AM
  2. How To Make A Custom VBA Function Available In All Workbooks
    By Safal Shrestha in forum Excel Help
    Replies: 2
    Last Post: 04-11-2013, 02:01 PM
  3. How To Make A Calendar In Excel Using Formula
    By rich_cirillo in forum Excel Help
    Replies: 6
    Last Post: 03-26-2013, 07:21 PM
  4. How to make Dynamic range (width) with OFFset function
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 12
    Last Post: 12-01-2012, 11:03 PM
  5. Make Text to Numbers Code More User Friendly
    By mrmmickle1 in forum Excel Help
    Replies: 10
    Last Post: 11-20-2012, 06:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •