Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you hide/un-hide the grid lines | Excel Discussion (Misc queries) | |||
Want to Hide columns in spreadsheet but NOT hide data in chart. | Charts and Charting in Excel | |||
How do I hide hide #REF! in Excel | Excel Discussion (Misc queries) | |||
Hide Unhide Hide again | New Users to Excel | |||
How do I hide a worksheet in Excel and use a password to un-hide . | Excel Discussion (Misc queries) |