How to set a sheet to very hidden using VBA?
In VBA Visual Basic for Applications you can set a worksheet to Very Hidden by modifying the Visible property of the sheet object When a sheet is set to Very Hidden it cannot be unhidden by a regular user through the Excel interfaceit can only be made visible again via VBA or through the VBA editor Heres how you can do it