Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I have excel go to defined cells when pressing ENTER after entering
info in a cell (from cell Aa1 input info press Enter and go to H16 to input info in that cell press ENTER go to A45 and so on) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The only think I can think of is for you to protect the sheet and
unlock the cells you want to navigate around. (Only these will be selectable) Ant |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank You
That could work I was looking for a way to jump to cells not in any order just defined Start @ A3 then jump to A15 back to B6 maybe to H7 to A4 to B17 to A5 so on "excel-ant" wrote: The only think I can think of is for you to protect the sheet and unlock the cells you want to navigate around. (Only these will be selectable) Ant |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Gord Dibben
that did it You can use a named range to "jump" through in any order you design. Select SECOND cell then CTRL + click on each succeeding cell in sequence, ending up with the cell you want to start at. InsertName Define........give your range a name and OK. In namebox select the name and the cells will be highlighted in the order you want. Just type and hit ENTER key to go to next cell. Note: there are limitations on the number of cells in a range. See Bob Phillips' site for more help on this. http://www.xldynamic.com/source/xld.xlFAQ0008.html There is a VBA method if you choose. Post back for that. Gord Dibben MS Excel MVP "rrg" wrote: How can I have excel go to defined cells when pressing ENTER after entering info in a cell (from cell Aa1 input info press Enter and go to H16 to input info in that cell press ENTER go to A45 and so on) |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good to hear.
Thanks for the feedback. On Wed, 14 Mar 2007 16:55:16 -0700, rrg wrote: Thank you Gord Dibben that did it You can use a named range to "jump" through in any order you design. Select SECOND cell then CTRL + click on each succeeding cell in sequence, ending up with the cell you want to start at. InsertName Define........give your range a name and OK. In namebox select the name and the cells will be highlighted in the order you want. Just type and hit ENTER key to go to next cell. Note: there are limitations on the number of cells in a range. See Bob Phillips' site for more help on this. http://www.xldynamic.com/source/xld.xlFAQ0008.html There is a VBA method if you choose. Post back for that. Gord Dibben MS Excel MVP "rrg" wrote: How can I have excel go to defined cells when pressing ENTER after entering info in a cell (from cell Aa1 input info press Enter and go to H16 to input info in that cell press ENTER go to A45 and so on) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get excel to automatically go to the next cell w/o pressing enter | Excel Discussion (Misc queries) | |||
have excel go to defined cells when pressing enter | Excel Worksheet Functions | |||
WYA Converts to WAY after pressing enter ket | Excel Discussion (Misc queries) | |||
Pressing Enter Key | Setting up and Configuration of Excel | |||
How can a hyperlink be opened by pressing Enter. | Excel Discussion (Misc queries) |