Hi there,
I am quite new in vba and I am trying to run 2 macros using 2 buttons (shapes forms) in the same sheet (1). All the buttons have already been assigned to the respective macro.
First button: the macro (Monthly Tasks) is working fine and is hiding the rows ("17:19, 31:57").
The issue is the second button. In this macro (Quarterly Tasks) I need to unhide all the rows that was hidden after clicking the first button (macro Monthly Tasks) and then hide rows ("18:20, 22:30"). I would like to click on second button and it unhide (the rows from previous button) and hide rows ("18:20, 22:30") to happen at the same time.
Is anyone able to help me this situation?
Much appreciated
I am quite new in vba and I am trying to run 2 macros using 2 buttons (shapes forms) in the same sheet (1). All the buttons have already been assigned to the respective macro.
First button: the macro (Monthly Tasks) is working fine and is hiding the rows ("17:19, 31:57").
The issue is the second button. In this macro (Quarterly Tasks) I need to unhide all the rows that was hidden after clicking the first button (macro Monthly Tasks) and then hide rows ("18:20, 22:30"). I would like to click on second button and it unhide (the rows from previous button) and hide rows ("18:20, 22:30") to happen at the same time.
Is anyone able to help me this situation?
Much appreciated