I'd like to make a macro to unhide a sheet by double clcking on a cell.
The cell value would have the same name as the sheet.
let's say I have this line:
(A1) "Sheet1" : (A2) "NAME" : (A3) "NAME
So by double clicking any were in the row 1 would unhide sheet "SHEET1"
Also, is there a way to hide all sheets without listing each of their names in an array?
Thank you for all the help.
The cell value would have the same name as the sheet.
let's say I have this line:
(A1) "Sheet1" : (A2) "NAME" : (A3) "NAME
So by double clicking any were in the row 1 would unhide sheet "SHEET1"
Also, is there a way to hide all sheets without listing each of their names in an array?
Thank you for all the help.