Hi there,
I have a Macro that is hiding both blank rows and columns in one tab. I want to modify this to only hide blank rows in a different tab. Can anyone help me figure out which parts of this macro I need to delete?
Thanks!
Sub Hide()
Application.ScreenUpdating = False
'The above...