Trying to figure out how to write code such that If ALL the cells in a range, say (B4:Z4), are blank then hide the row. I need this to be applied to multiple ranges however, not just that specific range.
Idea is something like:
Sub HideRows()
For k = 4 To 40
IF All cells in Range...