Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've searched the archives here but have not found a suitable answer for this.
I want to be able to execute two commands from the same button. When the button is pressed once Columns B:D are hidden and when the button is pressed again Columns B:D are unhidden. Here's the basic macro I've recorded. Columns("B:D").Select Selection.EntireColumn.Hidden = True End Sub Columns("B:D").Select Selection.EntireColumn.Hidden = False End Sub Any help would be much appreciated. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macros button | Excel Discussion (Misc queries) | |||
Macros to Button | Excel Discussion (Misc queries) | |||
Check Box and Button Macros | New Users to Excel | |||
Two Macros under One command button | Excel Discussion (Misc queries) | |||
1 button for 2 macros | Excel Discussion (Misc queries) |