Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi There,
1. I have a checkbox placed on a sheet -via the Control Toolbox- and following code for the sheet: Private Sub CheckBox1_Click() If CheckBox1 = True Then Run "GSVHide" Else Run "GSVUnHide" End If End Sub 2. I have 2 subs under a standard module: Sub GSVHide() ActiveSheet.Range("B:B").EntireColumn.Hidden = True End Sub Sub GSVUnHide() ActiveSheet.Range("B:B").EntireColumn.Hidden = False End Sub = It Bugs: Run-time Error 1004: Unable to set Teh Hidden Propertyof The RAnge Class - "No" my checkbox is not in a column/ row that is supposed to be hidden! - "No" my sheets nor workbook are protected *? Working in Excel 97 Sr2 *? Is there a problem with my references perhaps? Any suggestions please Sige |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How Unhide & Hide Columns with VBA | Excel Discussion (Misc queries) | |||
Hide/Unhide columns using button on top over relevant columns | Excel Discussion (Misc queries) | |||
hide or unhide pivotfield using a checkbox | Excel Programming | |||
Checkbox to hide and unhide rows Please. | Excel Worksheet Functions | |||
Checkbox Control to Hide/Unhide Worksheet | Excel Programming |