Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Howdie, Question... If Cell A1 shows yes, I dont want the user to be able to input data in cells b1,c1 and d1 If cell A2 shows no, the user needs to be able to enter data in b2, c2, d2 etc A further complication is that a1 and a2 are not definite, (ie sitn could be that a1 shows no, and user should then BE able to enter data into b1,c1,d1 etc... The only data to be inputted (or not inputted) is a yes or no.... Any ideas...? Thanks D *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi D
Cells are not the best tool for this, they are designed to accept just any input and allow users to do whatever they feel for at any moment. You are better off with a userform when you want to restrict and validate inputs. HTH. Best wishes Harald "Darin Kramer" skrev i melding ... Howdie, Question... If Cell A1 shows yes, I dont want the user to be able to input data in cells b1,c1 and d1 If cell A2 shows no, the user needs to be able to enter data in b2, c2, d2 etc A further complication is that a1 and a2 are not definite, (ie sitn could be that a1 shows no, and user should then BE able to enter data into b1,c1,d1 etc... The only data to be inputted (or not inputted) is a yes or no.... Any ideas...? Thanks D *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi...
Thanks, but forms are too complicated for this simple user!! :) What about data validation.. .custom option, it asks for a formulae, cant that formulae say if a1=yes, then accept Yes or no, if a1 = no, then dont accept anything....? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Restricting Characters within a User Form | Excel Discussion (Misc queries) | |||
Restricting user to enter the date in a particular format only ! | Excel Discussion (Misc queries) | |||
Have user input converted to uppercase in same cell as input? | New Users to Excel | |||
Restricting Multi-user access | Excel Worksheet Functions | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |