Protect Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I understand it is difficult to protect vba code. What Im looking for is all
possible methods that could be used to make it very difficult to access the
VBA code. I plan on releasing a template as trialware and plan on using
various protection. I am intrested in any methods that can slow the process
or create obsticles to prevent the changing of code.
 
Hi
with VBA: no real way to protect it. Nearly everything can be circumvented
in a couple of minutes. Only secure solution: Use COM addins (created with
VB or another programming language)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top