Hi!
I have a macro that loops throughout a list of tab names. The macro is only applied to certain tabs. The macro fails on the "Sheets(w).Select" line. Any suggestions?
Sub Hide_Unused_Rows()
Dim ws As Worksheet
Dim Worksheets As Variant
Application.ScreenUpdating = False
Worksheets =...