Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I tried VBA code that was posted earlier...
the code is: Private Sub CheckBox1_Click() Dim myRng as Range Set myRng = Me.Range("A20:A29").EntireRow (obviously suited to my range) myRng.Hidden = Me.CheckBox1.Value End Sub What this does is make it so that the rows are showing when the checkbox is NOT checked and once the checkbox IS checked, the rows are HIDDEN. How do I make it the other way around? I want to Check the box and have what was hidden now be visible. Obviously I'm new at the codes, etc. thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get Excel to display a range of cells with a check box? | Excel Discussion (Misc queries) | |||
Display only certain cells | Excel Worksheet Functions | |||
Cells formated as text do not always display properly | Excel Discussion (Misc queries) | |||
Display empty cells | Excel Discussion (Misc queries) | |||
Display empty cells | Excel Discussion (Misc queries) |