Hi,
I am looking to hide an array of worksheets as shown below;
Worksheets(Array("Data Log", "Rev. History", "Visual Set Point")).Visible = False
This works great to hide the worksheets, however what I am really looking to do is, very hide the worksheets, something like this;
Worksheets(Array("Data Log", "Rev. History", "Visual Set Point")).Visible = xlSheetVeryHidden
This doesn't work so great!
If anyone can let me know a better way for writing this code that'll be great
I am looking to hide an array of worksheets as shown below;
Worksheets(Array("Data Log", "Rev. History", "Visual Set Point")).Visible = False
This works great to hide the worksheets, however what I am really looking to do is, very hide the worksheets, something like this;
Worksheets(Array("Data Log", "Rev. History", "Visual Set Point")).Visible = xlSheetVeryHidden
This doesn't work so great!
If anyone can let me know a better way for writing this code that'll be great