Maverick99
Board Regular
- Joined
- Feb 9, 2008
- Messages
- 108
I have over 60 sheets within a workbook. There are some sheets that I want to hide or unhide depending upon the macro. I have the MR and searched in several areas but keep coming up blank with how to either select or hide these sheets.
This is from the MR:
When I try to use this in the code it errors out. I'd appreciate any help with this.
Thanks,
Maverick
This is from the MR:
Code:
Sheets(Array("Process", "Utilities", "CodeRef", "DataRef (3)", "DataRef (2)", "DataRef", "Dept Summary New", "Summary_Dept", Summary_ Monthly")).Select
When I try to use this in the code it errors out. I'd appreciate any help with this.
Thanks,
Maverick