This content has been marked as final.
Show 3 replies
-
Re: protect my vba program
Deepak Gupta Nov 28, 2017 2:49 PM (in response to Shousheng Wang)You can password protect it (just a beginner level of security) but that can be broken (though the person needs to know how). So other options would be make either standalone exe program OR add-ins.
-
Re: protect my vba program
Josh Brady Nov 28, 2017 2:50 PM (in response to Shousheng Wang)Yes. Don't send it to them. Then they will not be able to manipulate it.
Otherwise, no. There is no way. There are some ways of hiding it some, but that security is easily defeated.
To make more secure, make a compiled add-in or standalone program.
-
Re: protect my vba program
Ulf Stockburger Nov 28, 2017 3:46 PM (in response to Shousheng Wang)Hi Shousheng
No, but there is the possibility of obfuscation. If your code is really good, it won't stop anyone to decompile it, but at least you can make it harder. Search for vba obfuscator in Google.