A
alan57
I've developed a 2d sketch package for floorplans and calculating areas
using Excel VBA and the native Excel drawing functions. I would like to
distribute the addins and protect the code from other users. My
understanding is Excel VBA addins have only a password protection which can
be easily broken and VBA addins cannot be protected.
Since Excel VBA addins are not protected, what other options do I have? I
want the distribution, installation, uninstall and possible licensing to be
as simple as possible and also secure. I'm looking for info which describes
the entire conversion and usage process.
I have several VBA addin files with approx 10k lines of code. I could
convert this to another format but it would be a non trivial task.
I am currently using XP with Excel 2003. I'm not concerned with earlier
versions of the OS or Excel. I want to be compatible with Vista and future
versions of Excel/Office.
Any suggestions or links would be appreciated.
thanks.
using Excel VBA and the native Excel drawing functions. I would like to
distribute the addins and protect the code from other users. My
understanding is Excel VBA addins have only a password protection which can
be easily broken and VBA addins cannot be protected.
Since Excel VBA addins are not protected, what other options do I have? I
want the distribution, installation, uninstall and possible licensing to be
as simple as possible and also secure. I'm looking for info which describes
the entire conversion and usage process.
I have several VBA addin files with approx 10k lines of code. I could
convert this to another format but it would be a non trivial task.
I am currently using XP with Excel 2003. I'm not concerned with earlier
versions of the OS or Excel. I want to be compatible with Vista and future
versions of Excel/Office.
Any suggestions or links would be appreciated.
thanks.