Results 1 to 5 of 5

Thread: Hide an Excel sheet

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Banned VBAX Newbie
    Joined
    Feb 2025
    Posts
    2
    Location
    Quote Originally Posted by Tomfoolery View Post
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •