To protect the program

Y

Yanto

Hi All

Is there any way to protect the program (my VBA program) other than use
password, like in Ms Access, we can "compile" them? As we know using
password is not too safe, we can find the password crack from internet?
Pls give any comment!
TIA

Yanto
 
P

pauluk

if you go to tools then vbaproject properties name it then click o
protection tab you can give it a password
 
L

Ludwig

You can convert your code into a dll. But you cant do this directly
from excel or VBA.
 
Top