Hi All,
I am hoping someone can help with the below code. Problem seems to be at the "if" part of the code but cannot see my issue. Thanks!
Sub HideRows()
Dim sheetNamesArray
Dim rangesArray
Application.ScreenUpdating = False
Application.Calculation = xlManual
Rows("4:268").Hidden = False...