Thread: Protecting Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 108
Default Protecting Code

just starting with vba myself, but vba for dummies says
that the way to do that is by turning the code into an
addin which makes the code invisible to the user. The
book tells how to do this. further, the book says that
passwords are crackable - therefore offer little
protection.


-----Original Message-----
Is there any utilities out there that will obfuscate the

vba code?

What is the difference with com addin compared to a dll

addin?

Which one of those can call a secondary addin?

Is there any limitations of moving the VBA code over to a

addin?

Has anyone had exerience with Protection Plus?

I am planning on using many of these methods if they are

feasible and
allowable by excel.
.