I need to hide all rows under "Total" in column B
Got a macro to delete blank rows between the last cell with data and Total, but every time it deletes the hidden cells under total appear, very annoying
Sub HideRowsBelow()
Application.ScreenUpdating = True
Dim mainshseet As Worksheet...