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
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks