Hi there
I am trying to write a macro to hide a dynamic table range, my code is as below:
Sub Hide()
Range("PART2").Select
Selection.Hidden = True
End Sub
This code doesn't work, can someone tell me what is wrong with the code? and please tell me how to hide dynamic table range in macro.
Thank you very much.
I am trying to write a macro to hide a dynamic table range, my code is as below:
Sub Hide()
Range("PART2").Select
Selection.Hidden = True
End Sub
This code doesn't work, can someone tell me what is wrong with the code? and please tell me how to hide dynamic table range in macro.
Thank you very much.