Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is possible to only allow users to select unprotected cells. Is it
possible for the tab order to be set to down columns and then across rows, rather than the standard across rows down columns? EA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the closest option you have is under tools=Options=Edit tab where you can
designate the direction of movement after the Enter key (but this doesn't affect the tab key). The other alternative is to use the Ctrl Key to select the cells in the order you want to progress through them. then assign this selection to a named range. Then write code to select this range and maintain it or write code to manage the selection itself. Either would probably utilize the selectionchange event and be easily frustrated by disabling macros. -- Regards, Tom Ogilvy "EA" wrote: It is possible to only allow users to select unprotected cells. Is it possible for the tab order to be set to down columns and then across rows, rather than the standard across rows down columns? EA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change series plotting order without changing legend order? | Charts and Charting in Excel | |||
For chart syles, why doesn't color order match series order? | Charts and Charting in Excel | |||
How stop Excel file UK date order changing to US order in m.merge | Excel Discussion (Misc queries) | |||
Daily Macro to Download Data, Order and paste in order | Excel Worksheet Functions | |||
Daily Macro to Download Data, Order and paste in order | Excel Programming |