Forum Discussion
Tophricho
Jan 29, 2019Copper Contributor
Excel Worksheet Tabs
Hi. I am wanting to hide the tabs of a workbook and have access to the worksheets via a menu tab and macro driven (I have tabs that are data for other tabs to pull from that I don't want people to ha...
JKPieterse
Jan 29, 2019Silver Contributor
You can hide tabs by right-clicking the tab and choosing Hide. You can disable unhide by protecting the workbook (not the worksheet). You can also "very hide" a worksheet from the sheet's properties in the VBA Editor. That way it won't show in the list of hidden worksheets when unhide is selected.