View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default Help on EXCEL-VBA-HAsp Key Encryption

the good and the bad on excel and encryption is he
http://www.webace.com.au/~balson/Ins...Encryption.htm


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


faz wrote :

I have some data calculations on excel (using solver for iterations)
and would like to get it encrypted for protection via HASP keys. The
only two mode to do this is via encrypting .exe files or from VBA
itself - linked to the key via DLL.
Firstly, is there any way I could convert my EXCEL file (with macros)
into .exe (without getting ALL other excel files encrypted as well and
infringe on Microsoft's EULA)?

Secondly, how do I get my excel file to communicate to the HASP key
via VBA?

Many thanks in advance for your help
Faz