One way to do this is to create a named range in the row(s) you want to hide or unhide. Name a cell (Formulas/Define Name), e.g. "MyName1". The code for hiding the row of that cell is:
Range("MyName1").EntireRow.Hidden = True