Issue:
Ms Excel - Can’t Hide/Unhide Sheet
O/S:
Windows
Solution / Workaround:
Looks like your sheet/workbook is protected. Just Unprotect is and you should be good.
Ms Excel - Can’t Hide/Unhide Sheet
O/S:
Windows
Solution / Workaround:
Looks like your sheet/workbook is protected. Just Unprotect is and you should be good.
- Go to "Review" and "Unprotect Sheet"
- Press Alt+F11 to open VBA editor
- Add this code --> Sheets("Sheet1").Visible = true
Comments
Post a Comment