Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd use a linked cell for that checkbox. Then you can use that cell in your
data|validation rules. Say your linkedcell is X99, then you could select your cell Data|Validation (xl2003 menus) Allow: List Source: =if(x99=true,AgencyNameCheck,NameCheck) leerem wrote: Hi All, Once again, I ask for your assistance. I have a worksheet with with a simple check box. What I need to do is set up a cell and set its validation as a list dependant of the value of the checkbox. Eg if the checkbox.value=false then the validation of Cell B6 will be a list with the source being =NameCheck, else if Checkbox.value=true then Cell B6 will be a list with the source being =AgencyNameCheck. If this were to be on a userform I'd use the rowsource method, but on a worksheet I believe the easiest way is to set it up a cell useing the validation method. The problem I'm having is getting the code correct. I'd appreciate your assistance with this Regards Lee -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and move check box (check boxes) with new cell link? | Excel Worksheet Functions | |||
VB Data Validation check | Excel Discussion (Misc queries) | |||
Check if Conditional Format is True or False / Check cell Color | Excel Worksheet Functions | |||
Problem with validation check! | Excel Worksheet Functions | |||
Check Boxes & Data Validation | Excel Discussion (Misc queries) |