Hello,
I am using two macros and 2 different button to hide and unhide columns.
MACRO1:
MACRO2:![]()
Sub HIDE() Columns("J:K").Select Selection.EntireColumn.HIDDEN = True Range("B26").Select End Sub
--> Is it possible to gather those macro and use only one button to hide and unhide the column??![]()
Sub UNHIDE() Columns("J:K").Select Selection.EntireColumn.HIDDEN = False Range("B26").Select End Sub
Many thanks,
Graig
Bookmarks