Changing the position of the cursor after data entry.

Zac

Well-known Member
Joined
Feb 20, 2002
Messages
796
I know this can be done, but I forget where to go.
Is there a way of having the cell pointer stay in the cell after you enter data?
Rather than have it jump a cell down or a cell to the right.

Thanks
Zac
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
I believe you mean Alt+Enter.

This will put a return in whatever cell you are in instead of moving to the next cell.
 
Upvote 0
I disagree.

If you enter data in a cell, and hit Enter,
I want the cursor or pointer to stay in that
cell and not advance to the cell below or
the cell to the right.

I'm writing a macro for the person upstairs.
My keystrokes doesn't move the cell pointer to the cell below or to the right, but theirs does. So when the macro executes on her system, the data ends up in different cells because after she keystrokes data, her pointer jumps to the next cell down.

How do I change her settings to correct that problem?

Zac
 
Upvote 0
CONTROL + ENTER works for me (Excel 97). After entering data, I hit that combination and the cell remains selected.

ALT + ENTER means inserting a paragraph within the cell.

_________________
- old, slow, and confused
... but at least I'm inconsistent -
This message was edited by shades on 2002-04-08 12:26
 
Upvote 0
Go to TOOLS > OPTIONS > EDIT tab, then uncheck box "Move Selection after enter"
 
Upvote 0
On 2002-04-08 12:09, Zac wrote:
I disagree.

If you enter data in a cell, and hit Enter,
I want the cursor or pointer to stay in that
cell and not advance to the cell below or
the cell to the right.

I'm writing a macro for the person upstairs.
My keystrokes doesn't move the cell pointer to the cell below or to the right, but theirs does. So when the macro executes on her system, the data ends up in different cells because after she keystrokes data, her pointer jumps to the next cell down.

How do I change her settings to correct that problem?

Zac

Tools>Options>Edit
Adjust the Move selection after Enter to the direction you want.

Are you using Send Keys in your routine? Post your code so it can be rewritten to eliminate the problem. Your procedure needs to work correctly regardless of the settings.

Others may disagree, but I feel it is best to avoid send keys unless there is no other way to accomplish a task.

Bye,
Jay
 
Upvote 0
On 2002-04-08 12:22, shades wrote:
CONTROL + ENTER works for me (Excel 97). After entering data, I hit that combination and the cell remains selected.

ALT + ENTER means inserting a paragraph within the cell.

Ah, gotcha. I assumed he was just wanting to drop down a line and continue. Sorry! :biggrin:

_________________
Kristy

"There are two means of refuge from the miseries of life: music and cats." - Albert Schweitzer
This message was edited by Von Pookie on 2002-04-09 07:44
 
Upvote 0

Forum statistics

Threads
1,214,541
Messages
6,120,110
Members
448,945
Latest member
Vmanchoppy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top