Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default hit enter in any column and go to next row in first column

I want a macro so that when I hit {enter} the curser goes to the next row in
the first column.

I am not interested in doing this for the hole workbook, just one sheet.

I know about "tab tab tab enter", but sometimes I use arrows to move between
columns.

I fill in columns from B to AZ, but sometimes not all of them. I need to be
able to hit enter in column D or column Z or any column and have the curser
go to column A in the next row.

Protecting cells will not work ({enter} only goes to the next unprotected
cell in the same column).

Thank You!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default hit enter in any column and go to next row in first column

Easiest might be with defined names. While in cell D3, for example, define a
name to refer to $A4 (note the "$") -- if you were in cell F9, then the name
should reference $A10. Give it a simple name, like "a". Then instead of
pressing enter, press F5/a and you'll be where you want to be. That is, F5
(goto), type a, and you'll be in the next row in column A.
HTH

"gplant" wrote in message
...
I want a macro so that when I hit {enter} the curser goes to the next row
in
the first column.

I am not interested in doing this for the hole workbook, just one sheet.

I know about "tab tab tab enter", but sometimes I use arrows to move
between
columns.

I fill in columns from B to AZ, but sometimes not all of them. I need to
be
able to hit enter in column D or column Z or any column and have the
curser
go to column A in the next row.

Protecting cells will not work ({enter} only goes to the next unprotected
cell in the same column).

Thank You!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default hit enter in any column and go to next row in first column

I am hoping for some simple VBA code that will achieve this. My example is
over simplified, and I am hoping to adapt some VBA code for the sheet to meet
my needs.

Glenn

"Bob Umlas" wrote:

Easiest might be with defined names. While in cell D3, for example, define a
name to refer to $A4 (note the "$") -- if you were in cell F9, then the name
should reference $A10. Give it a simple name, like "a". Then instead of
pressing enter, press F5/a and you'll be where you want to be. That is, F5
(goto), type a, and you'll be in the next row in column A.
HTH

"gplant" wrote in message
...
I want a macro so that when I hit {enter} the curser goes to the next row
in
the first column.

I am not interested in doing this for the hole workbook, just one sheet.

I know about "tab tab tab enter", but sometimes I use arrows to move
between
columns.

I fill in columns from B to AZ, but sometimes not all of them. I need to
be
able to hit enter in column D or column Z or any column and have the
curser
go to column A in the next row.

Protecting cells will not work ({enter} only goes to the next unprotected
cell in the same column).

Thank You!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default hit enter in any column and go to next row in first column

Your last statement is true only if your settings are to move down after
ENTER key is hit.

Set it to move right and it will move you across unlocked cells then down.

i.e. Unlock columns A and E

Protect sheet.

Select A1 and hit ENTER to move to E1 then A2 then E2


Gord Dibben MS Excel MVP

On Fri, 12 Jun 2009 08:52:01 -0700, gplant
wrote:

I want a macro so that when I hit {enter} the curser goes to the next row in
the first column.

I am not interested in doing this for the hole workbook, just one sheet.

I know about "tab tab tab enter", but sometimes I use arrows to move between
columns.

I fill in columns from B to AZ, but sometimes not all of them. I need to be
able to hit enter in column D or column Z or any column and have the curser
go to column A in the next row.

Protecting cells will not work ({enter} only goes to the next unprotected
cell in the same column).

Thank You!


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
formula for going to next row first column on enter jcontrer Excel Discussion (Misc queries) 2 September 15th 08 07:08 PM
Macro to select cells in column enter data then press enter NP New Users to Excel 1 February 20th 08 04:21 PM
enter date in column a and amount in column d George A. Yorks Excel Discussion (Misc queries) 3 January 20th 07 09:04 PM
when I enter 12.50 in a column, it automatically changes to 13? Suzette Excel Worksheet Functions 2 May 2nd 06 03:18 PM
HOW DO I ENTER A NAME WHERE IT SAYS COLUMN A - Z, IT SAYS INVALID jiggityjohnson Excel Discussion (Misc queries) 2 January 18th 06 04:11 AM


All times are GMT +1. The time now is 02:57 AM.

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"