Password protected VBA code

M

Mike

I have protected my VBA code with a password. Is it any
risk that someone can find out the password by opening
the mpp file by another program or similar?

Thanks in advance,
Mike
 
J

Jason-W

Mike,

I assume you set the password through Tools -> VBAProject -
Project Properties -> Protection? I'm 90% sure that it
is possible for other people to find out the password and
get into the code if they really want to. There are
numerous "lost password recovery" utilities for the
various office programs floating around the WWW.

If you want to make sure your code is secure, I think the
best way is to make it a COM add-in.

HTH
--Jason
 

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

Top