Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, I want a check box run a macro. Basically what I want to do is if the check box is cheked then some columns become unhide. If the checkbox is not checked then the columns remain hide. The check box is on the "Main Input" and the columns hidden or not are on the "Summary" worksheet. This is what I wrote so far: Sheets("Summary").Select Columns("AS:BA").Select Selection.EntireColumn.Hidden = False Range("A1").Select Sheets("Main Input").Select End Sub Thanks Miguel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make a check form, and then have info go to a check register | Excel Worksheet Functions | |||
How do I make the check mark boc bigger on the check box? | Excel Discussion (Misc queries) | |||
how do I make a check box larger? | Excel Discussion (Misc queries) | |||
VBA to Make Check Box Entry | Excel Programming | |||
Macro to make a cell work like a check | Excel Programming |