Dear Sir
Using following code;
Sub Macro1()
'
' Macro1 Macro
'
'
Range("A7:A8").Select
Selection.EntireRow.Hidden = False
End Sub
It is linked with button, when I click it, its Unhide the rows A7:A8
I need to write the code then when we click again, it should hide A10:A11
then when click again it should hide A13:A14
Using following code;
Sub Macro1()
'
' Macro1 Macro
'
'
Range("A7:A8").Select
Selection.EntireRow.Hidden = False
End Sub
It is linked with button, when I click it, its Unhide the rows A7:A8
I need to write the code then when we click again, it should hide A10:A11
then when click again it should hide A13:A14