Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use a form control text box to hide tabs in a worksheet
and I cant seem to get it to work any suggestions. Sub CheckBox_Click() If ActiveSheet.CheckBoxes("Check Box 1").Value = 1 Then Sheets("Sheet2").Visible = False Else Sheets("Sheet2").Visible = True End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Can text in check box created with form control be word wrapped? | Excel Programming | |||
problems adding Rich Text Box control to a VBA form? | Excel Programming | |||
Printing the contents of a text control on a user form | Excel Programming | |||
Tool Tip Text for Form control/ Active-X control | Excel Programming |