• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA Project Protection

Jet Fusion

Member
Hi all

What would be the best way to password protect your vba project so that users can not view or alter anything?

Thanks in advance
Jet
 
I agree @Hui that was my intial thought as there are ways to crack it. For this purpose it's more just to prevent users changing stuff.
 
Variable Obfuscation is my favorite technique for securing code
It scrambles variable and sub/function names names making the code nearly unreadable
have a look at it here
 
@Hui

Thank you for the share, that looks interesting, I will have a look and see if I can read more about this and hopefully implement it.

Jet
 
Back
Top