Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I am using VBA in Excel XP with Win 2000
I have a form on a sheet in which only certain cells are unlocked for user input. Protection is on so that users can "tab" through the form from entry point to entry point. However, if the user presses "enter" (which I'm sure will be the most common method of entry) the cell pointer skips around eratically through the sheet Is there a way to control the "enter" order under this scenario? If so, how Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if you set move after return to right, it should move similar to the tab
key. -- Regards, Tom Ogilvy "quartz" wrote in message ... Hello, I am using VBA in Excel XP with Win 2000. I have a form on a sheet in which only certain cells are unlocked for user input. Protection is on so that users can "tab" through the form from entry point to entry point. However, if the user presses "enter" (which I'm sure will be the most common method of entry) the cell pointer skips around eratically through the sheet. Is there a way to control the "enter" order under this scenario? If so, how? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the Properties section, there is a tab index property. Start wit
zero for the first and go to whatever for the last. -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Enter "if then" / logical into a already existing cells with form | Excel Discussion (Misc queries) | |||
A "form" for feeding an Excel Sheet? | Excel Discussion (Misc queries) | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
Make "Edit" mode default, rather than "Enter"? | Excel Discussion (Misc queries) | |||
enter data from a form to "found" fields | Excel Programming |