Cell Selection Control

M

magmike

From row 4 down, I would like to make it so that every time the enter
key is pressed, the cell selection will always go to the next row in
the B column. For example, I am currently selecting H14, but when I
hit enter, the selection changes to B15, or if I am currently on L7
and enter is pressed, it changes to B8. Is there a way to do this?

Thanks in advance for your help,

magmike
 
G

GS

magmike was thinking very hard :
From row 4 down, I would like to make it so that every time the enter
key is pressed, the cell selection will always go to the next row in
the B column. For example, I am currently selecting H14, but when I
hit enter, the selection changes to B15, or if I am currently on L7
and enter is pressed, it changes to B8. Is there a way to do this?

Thanks in advance for your help,

magmike

Look at the Worksheet_KeyPress event...
 
Top