Forum Discussion
zwesolowski
Nov 12, 2021Copper Contributor
Unhide an excel sheet - Very Hidden Code
How do you unhide a 'very hidden' excel sheet? I cant seem to undo the code that I put in
2 Replies
Sort By
- Riny_van_EekelenPlatinum Contributor
zwesolowski On the Developer ribbon, choose Visual Basic. This opens the VB Editor with a sidebar that displays all VBA projects, even if there is no VBA code. You should see the sheet that it "very hidden". Click on its name and in the very last field in the bottom part of the sidebar, change the setting in the dropdown box where it says "2 - xlSheetVeryHidden"
- zwesolowskiCopper Contributor
Riny_van_Eekelen That worked. Thanks!