LordageCol
New Member
Hi to all,
I would like to know your opinions and experiences about this topic. As you know, is easy obtain the VBA password in any project. There are many tools for this purpose.
There are different options to protect the intellectual property:
-Protect the project with password
-Protect the code with obfuscation techniques (scramble)
-Build a Add-In (But the code must be protected anyway)
-Build a .dll file to use in Excel (But you will need to have knowledge of other language to develop)
-Build an Excel solution with Visual Studio and generate a workbook or add-in that depend of .Net framework
-Protect the VBA code with scramble tools that in general do not work as expected.
And what happen if you want to sell your applications ? How do this ..?
Can you share your experiences ..?
I would like to know your opinions and experiences about this topic. As you know, is easy obtain the VBA password in any project. There are many tools for this purpose.
There are different options to protect the intellectual property:
-Protect the project with password
-Protect the code with obfuscation techniques (scramble)
-Build a Add-In (But the code must be protected anyway)
-Build a .dll file to use in Excel (But you will need to have knowledge of other language to develop)
-Build an Excel solution with Visual Studio and generate a workbook or add-in that depend of .Net framework
-Protect the VBA code with scramble tools that in general do not work as expected.
And what happen if you want to sell your applications ? How do this ..?
Can you share your experiences ..?