Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hiya,
I need to set up two check boxes in excel. The first box needs to be there, on show, all the time, but the second only needs to appear once the first has been ticked. Is this possible?? Thanks you for taking the time to read and reply to this, Adam |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi -
Private sub checkbox1() if checkbox1.value = true then checkbox2.visible = true else checkbox2.visible = false end if end sub Aparna "Adam H" wrote: Hiya, I need to set up two check boxes in excel. The first box needs to be there, on show, all the time, but the second only needs to appear once the first has been ticked. Is this possible?? Thanks you for taking the time to read and reply to this, Adam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and move check box (check boxes) with new cell link? | Excel Worksheet Functions | |||
all the check boxes should be checked if i check a particular checkbox in that row | Excel Programming | |||
How do I increase the size of check in check boxes | Excel Discussion (Misc queries) | |||
Enable check box in protected sheet + group check boxes | Excel Discussion (Misc queries) | |||
How do i create a value for check boxes or option boxes | Excel Discussion (Misc queries) |