Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way using VB to allow user input in a cell, but not allow
them to reformat that cell? Thanks in advance! Laura |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you leave the cell unlocked (format|cells|protection tab)
then protect the worksheet (tools|protection|protect sheet) Then you'll see that this is the usual behavior. wrote: Is there a way using VB to allow user input in a cell, but not allow them to reformat that cell? Thanks in advance! Laura -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That isn't what is happening. I have the worksheet locked, and the
cell unlocked. The user needs to input a 4 digit year, however, when I'm testing and I put in a date with slashes, the field changed to be a date field. Now, no matter what I put in that field, it changes it to a date. Like if I type in 2005, Excel changes it to 06/27/1905. Laura |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prompt user for input and utilize that input | Excel Worksheet Functions | |||
Have user input converted to uppercase in same cell as input? | New Users to Excel | |||
Input Data from user in correct Format | Excel Programming | |||
User Input | Excel Programming | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |