Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to set the enter key to move every 2 rows instead of one row

Would appreciate if someone can help. I want to have the cursor skip one row
after hitting the enter key.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default How to set the enter key to move every 2 rows instead of one row

Phyllis,

Try this event code. Copy the code, right-click the sheet tab, select "View Code" and paste the
code into the window that appears.

Private Sub Worksheet_Change(ByVal Target As Range)
Target(3).Select
End Sub

I've assumed that when you are 'hitting the enter key' you are entering a value into a cell.

HTH,
Bernie
MS Excel MVP


"PhyllisTheCat" wrote in message
...
Would appreciate if someone can help. I want to have the cursor skip one row
after hitting the enter key.

Thanks.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need enter key to move to the next column beginning j pantozzi Excel Worksheet Functions 2 December 5th 05 04:57 PM
Move Selection after Enter Joseph Meehan Excel Discussion (Misc queries) 4 November 3rd 05 12:55 AM
In Excel enter key doesn't move to next row OldSchool Excel Discussion (Misc queries) 1 July 13th 05 09:04 PM
Cursor not to move when hitting the enter key Alex Martinez Excel Worksheet Functions 1 May 12th 05 05:40 AM
Tab and Enter key to move in spreadsheet? Wayne Lee Setting up and Configuration of Excel 5 April 29th 05 12:09 AM


All times are GMT +1. The time now is 04:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"