Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want the Tab to go to only few desired fields on a sheet. The fields can be
selected like C2, D10 or F32 etc. How can I achieve this ? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could select those cells, and unlock them (FormatCells, Protection tab)
Then, protect the worksheet (ToolsProtectionProtect Sheet When you press the Tab key, you'll move to the next unlocked cell. Vimal wrote: I want the Tab to go to only few desired fields on a sheet. The fields can be selected like C2, D10 or F32 etc. How can I achieve this ? -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your cells are in a left to right and top to bottom order, see Debra's
answer. If in a random order................. 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 On Fri, 25 May 2007 16:51:00 -0700, Vimal wrote: I want the Tab to go to only few desired fields on a sheet. The fields can be selected like C2, D10 or F32 etc. How can I achieve this ? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Debra Dalgleish" wrote: You could select those cells, and unlock them (FormatCells, Protection tab) Then, protect the worksheet (ToolsProtectionProtect Sheet When you press the Tab key, you'll move to the next unlocked cell. Vimal wrote: I want the Tab to go to only few desired fields on a sheet. The fields can be selected like C2, D10 or F32 etc. How can I achieve this ? -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Move data to new sheet - rename sheet based on criteria ? | Excel Discussion (Misc queries) | |||
How can I move from one desired cell to another in Excel using ENT | Excel Worksheet Functions | |||
Excel formula to move certain fields | Excel Worksheet Functions | |||
wud like 2 open the w.book of 12 sheets with my desired sheet? | Excel Worksheet Functions | |||
hiding all data in a sheet except desired | Excel Worksheet Functions |