![]() |
How to hide VBA from others
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) |
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) |
How to hide VBA from others
save as a password protected addin
"Helge V. Larsen" (AndThis) wrote in message ... 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) |
All times are GMT +1. The time now is 03:52 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com