Desu Nota from Columbus
Well-known Member
- Joined
- Mar 17, 2011
- Messages
- 556
I need columns S:U to be hidden for 7 sheets.
The sheet names are:
Line1
Line2
Line3
Line4
Line5
Line6
Line10
Is there any alternative, shorter way to accomplish the following (for each sheet):
The sheet names are:
Line1
Line2
Line3
Line4
Line5
Line6
Line10
Is there any alternative, shorter way to accomplish the following (for each sheet):
Code:
Sheets("Line1").Select
Columns("S:U").Select
Selection.EntireColumn.Hidden = True