Hi I hope you can help me with below.
In sheet2 cell B8 there's name of hidden sheet. Is there a vba I can use to unhide the sheet based on the value of this cell?
when I use below it's working
Worksheets("Template").Visible = True
but I would like to refer to cell B8, which is variable, where hidden sheetnames can be entered
In sheet2 cell B8 there's name of hidden sheet. Is there a vba I can use to unhide the sheet based on the value of this cell?
when I use below it's working
Worksheets("Template").Visible = True
but I would like to refer to cell B8, which is variable, where hidden sheetnames can be entered