Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want some check boxes to be visible based on whether
another check box is selected. This is the code that I have, I just am not sure where to put it. Thanks. Private Sub Checkbox3_Select() If Checkbox3.Value = False Then Checkbox30.Visible = False Checkbox31.Visible = False Checkbox32.Visible = False Checkbox33.Visible = False Checkbox39.Visible = False Checkbox40.Visible = False Checkbox41.Visible = False End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
Convert a Number Code to a Text Code | Excel Discussion (Misc queries) | |||
copying vba code to a standard code module | Excel Discussion (Misc queries) |