Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to setup a worksheet for others to use. But I need to be able to
have the cursor automatically jump to the next available field for entry. Is there a way to set this up? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Kay
If you use 2002-2003 there is a option when you protect your sheet to only select unlocked cells Maybe you like that -- Regards Ron De Bruin http://www.rondebruin.nl "Kay" wrote in message ... I am trying to setup a worksheet for others to use. But I need to be able to have the cursor automatically jump to the next available field for entry. Is there a way to set this up? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this code
Private Sub Workbook_Open() Worksheets("Sheet1").EnableSelection = xlUnlockedCells End Sub HTH Regards from Brazil Marcelo "Kay" escreveu: I am trying to setup a worksheet for others to use. But I need to be able to have the cursor automatically jump to the next available field for entry. Is there a way to set this up? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you're using Excel 2003 you can unprotect the cells where data needs to be
entered by selecting the cells, clicking on FORMAT in the menu and then select CELLS. In the formatting dialog box, click the PROTECTION tab, turn the PROTECTED check box off and click OK to exit. From the menu select TOOLS, then select PROTECTION from the drop-down menu and PROTECT WORKSHEET from the cascade menu. In the ALLOW ALL USER OF THE WORKSHEET TO list, turn SELECT LOCKED CELLS off and then assign a password. Now the only cells the user can access are the ones that you unprotected for data entry. -- Kevin Backmann "Kay" wrote: I am trying to setup a worksheet for others to use. But I need to be able to have the cursor automatically jump to the next available field for entry. Is there a way to set this up? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I enter a value, display that many fields? | Excel Discussion (Misc queries) | |||
Can I use a FORM to enter data if I have more than the 32 fields? | Excel Discussion (Misc queries) | |||
Is it possible to set the enter and arrow keys to skip locked cel | Excel Discussion (Misc queries) | |||
must press enter 2x to move cell focus | Excel Discussion (Misc queries) | |||
The number change from 1350 to 13.5 and Enter does not function properly | Excel Discussion (Misc queries) |