Password protect VBA Code

M

Malcolm Smith

Is there are a need to do this? If there is a real need then the best
thing to do is to write the code in an Active-X DLL.

- Malc
 
J

James

Malc,
Thanks for the tip,
I did find an easier way, right click on the project name in the project
window and there is a second tab for protection, I missed it the first time,
anyway enter a password.
That's all there is to do.
James
 
M

Malcolm Smith

Malc,
Thanks for the tip,
I did find an easier way, right click on the project name in the
project window and there is a second tab for protection, I missed it
the first time, anyway enter a password.
That's all there is to do.
James

Ah, sorry. I was labouring under the misapprehension that you wanted a
secure password...

- Malc
 
Top