hello - originally i was trying to see if all cells in a row were empty then hide that row, but I was getting nowhere. Now I am trying to check just two cells, "A" and "E," and if they are empty then hide that row. here is what I have:
Sub hideBLANKRows()
Application.ScreenUpdating = False
Dim...