have excel go to defined cells when pressing ENTER

G

Guest

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)
 
E

excel-ant

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
 
G

Guest

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
 
G

Guest

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.

Insert>Name 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
 
G

Gord Dibben

Good to hear.

Thanks for the feedback.

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.

Insert>Name 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top