Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Is it possible to make excel spreadsheet automatically snap to cells or jump around the spreadsheet when enter (return key) is pressed rather than just going down one cell? I would like the user to have to only enter data then return key and it goes to next cell somewhere else and then enter data and return key etc. TIA, Aaron. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Aaron
Highlight the cells that you want the user to use, go to Format/cells/protection and uncheck the box. Then protect the sheet and tell the user to use TAB to move around the sheet. It will then only go to the unprotected cells. HTH Michael M "Aaron" wrote: Hi, Is it possible to make excel spreadsheet automatically snap to cells or jump around the spreadsheet when enter (return key) is pressed rather than just going down one cell? I would like the user to have to only enter data then return key and it goes to next cell somewhere else and then enter data and return key etc. TIA, Aaron. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
There are two possibilities : 1. Select all your input cells in one go in order to Insert Name Define .... Once you have created a range, you will be able to Tab from one cell to the other ... 2. Slightly more sophisticated, the same approach but encapsulated into an event macro private worksheetchange ... HTH Carim |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Aaron
Not sure whether this will be of help. You could select your range of cells holding down Ctrl as you click from cell to cell, then give this selection a name e.g. Data in the Name box (above row 1 and to the left of column A) and press Enter. If you then type Data in the Name box, the cells will be highlit, and your cursor will be at the last cell in the range. Hitting Enter will take it to the first cell, where you can enter a value and each successive press of Enter will take you to the next cell in the range. Press down arrow or right arrow to escape from the sequence. -- Regards Roger Govier "Aaron" wrote in message ups.com... Hi, Is it possible to make excel spreadsheet automatically snap to cells or jump around the spreadsheet when enter (return key) is pressed rather than just going down one cell? I would like the user to have to only enter data then return key and it goes to next cell somewhere else and then enter data and return key etc. TIA, Aaron. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you everyone that helped with this I have got a solution out all
of your ideas that is working well for me now. Cheers, Aaron. Roger Govier wrote: Hi Aaron Not sure whether this will be of help. You could select your range of cells holding down Ctrl as you click from cell to cell, then give this selection a name e.g. Data in the Name box (above row 1 and to the left of column A) and press Enter. If you then type Data in the Name box, the cells will be highlit, and your cursor will be at the last cell in the range. Hitting Enter will take it to the first cell, where you can enter a value and each successive press of Enter will take you to the next cell in the range. Press down arrow or right arrow to escape from the sequence. -- Regards Roger Govier "Aaron" wrote in message ups.com... Hi, Is it possible to make excel spreadsheet automatically snap to cells or jump around the spreadsheet when enter (return key) is pressed rather than just going down one cell? I would like the user to have to only enter data then return key and it goes to next cell somewhere else and then enter data and return key etc. TIA, Aaron. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating only non-empty cells... | Excel Worksheet Functions | |||
Simple question - auto populate cells - dependent on other cell value. | Excel Discussion (Misc queries) | |||
how to keyboard navigate to other cells during editing formula, when arrow keys don't work | Excel Discussion (Misc queries) | |||
is there a way to auto copy cells similar to auto sum? | Excel Worksheet Functions | |||
Auto Fill Cells, When Choosing From Drop-Down List... | Excel Worksheet Functions |