![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Mike
Posts: 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 |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Near the Land of Oz
Posts: 1,550
|
CONTROL + ENTER
__________________
- old, slow, and confused ... but at least I'm inconsistent - (retired Excel 2003 user, 3.28.2008)
|
|
|
|
|
|
#3 |
|
MrExcel MVP, Administrator
Join Date: Feb 2002
Location: The act or process of locating.
Posts: 13,679
|
I believe you mean Alt+Enter.
This will put a return in whatever cell you are in instead of moving to the next cell. |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Mike
Posts: 796
|
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 |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Location: Near the Land of Oz
Posts: 1,550
|
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 ] |
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Mar 2002
Location: Near the Land of Oz
Posts: 1,550
|
Go to TOOLS > OPTIONS > EDIT tab, then uncheck box "Move Selection after enter"
__________________
- old, slow, and confused ... but at least I'm inconsistent - (retired Excel 2003 user, 3.28.2008)
|
|
|
|
|
|
#7 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Quote:
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 |
|
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Feb 2002
Location: Mike
Posts: 796
|
BINGO. Tools - Options - EDIT....
Thanx |
|
|
|
|
|
#9 | |
|
MrExcel MVP, Administrator
Join Date: Feb 2002
Location: The act or process of locating.
Posts: 13,679
|
Quote:
_________________ 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 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|