Licensing Protection

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

Guest

Hi,

Is there any software (licensing tool) to protect excel workbooks against
being copied from hardware to hardware? I have created an application within
a workbook which I need to distribute with a license agreement and key etc.

any ideas ?

Thanks
Bijan
 
The best way to do it would be to compile your code into a COM add-in.

Workbook protection is not and cannot be made secure.
 
Another and probably easier way is to move bits of your code to a VB6
ActiveX dll and have your protection in that.

RBS
 

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