View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John.Greenan John.Greenan is offline
external usenet poster
 
Posts: 175
Default How to hide VBA from others

Hi,

You cannot readily compile vba into a dll, but it's not too hard to convert
it to vb6 which you can compile into an exe or dll.




--
www.alignment-systems.com


"Helge V. Larsen" wrote:

How do I hide my VBA from others ?
Of course I could protect my VBA using a password, but it is rather easy to
find a program on the net that will crack the password.
Any other suggestions ?
Is it possible to convert VBA to a DLL (Dynamic Link Library) ?
If yes, can the DLL then be used as a linked library (or whatever the
technical phrase is) attached through "Tools/References..." in the VBA
editor ?

Please (also) answer to (AndThis)