Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings!
I made a control button that will unhide a column in a certain range using: Private Sub CommandButton2_Click() Columns("B").Select Selection.EntireColumn.Hidden = False Range("B1").Select End Sub How can I modify this to re-hide the column on the second click, or if it his already unhidden? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
right-click on a control button and view code does nothing | Excel Worksheet Functions | |||
Add control to right click menu when something is on the clipboard | Excel Programming | |||
Why does the click event get control? | Excel Programming | |||
Create floating button based on button click in menu | Excel Programming | |||
Click on Image Control disables it | Excel Programming |