Making a worksheet very hidden
You can use Excel’s Format, Sheet, Hide to hide an entire worksheet. But unless you password-protect the workbook structure, anyone can select Format, Sheet, Unhide to see the hidden sheet.
There is another option:
-
Press Alt-F11 to display the Visual Basic Editor
-
in the Project window, double-click Microsoft Excel Objects and select the sheet to hide.
-
Press F4 to display the Property box
-
Set the sheet’s Visible property to xlSheetVeryHidden.
To unhide the sheet, repeat these step, but set the Visible property to xlSheetVisible.
Related posts:
- Copy Page Setup Settings to other sheets
- Protecting cells, sheets, workbooks, and files
- 20+ Microsoft Excel Printing Tips
- Remove and Hide Facebook Ads easily.
- Moving Between Precedent and Dependent Cells
- Resize Excel’s Sheet Tabs
- Useful Tips in Excel
- Create, Edit, Annotate, Manage and Display XPS, XAML, RTF Text Document with Danet Studio
- Adding Drop-Down List in Excel
- Remove Password from Excel files – Excel Add-in
|
|

Comments on this entry are closed.