How to hide VBA from others

  • Thread starter Thread starter Helge V. Larsen
  • Start date Start date
H

Helge V. Larsen

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 Helge.V.Larsen(RemoveThis)@Risoe.DK(AndThis)
 
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.
 

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