MrSourApple
New Member
- Joined
- Oct 23, 2015
- Messages
- 17
I have a a few lists on the tab "Master" in cells D3:D10, D12:D16, and D18:D24. These lists have the names of workbook tabs that I want hidden. Is there a quick way to hide all of these tabs so I don't have to do it manually?
This is the code I have to hide the first tab but would like a quick way to hide these tabs rather than copying this line for each tab:
This is the code I have to hide the first tab but would like a quick way to hide these tabs rather than copying this line for each tab:
Code:
Sheets(Sheets("Master").Range("D3").Value).Visible = False