How to completely hide an Excel sheet — the VeryHidden method is not secure because the VBA project password can be hacked.
Thanks!
I recommend moving the sensitive logic or data into a compiled .xlam add-in. You can protect the add-in's code better and only expose functions through controlled interfaces. It's much harder to reverse engineer a compiled add-in than a standard workbook.
Last edited by georgiboy; Yesterday at 02:18 AM.
Reason: Removed spam