I like to hide my micros and lock them down so you can not change them.
Make them PRIVATE>protect the macro project from MOST users.
When you say "you", you are not referring to many of us here.

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
>I like to hide my micros and lock them down so you can not change them.
You really should never store a password as text in any file (they tend to
be readable with simple text viewers); rather, you should use a one-way
encryption scheme (store the encrypted password, on entry by a user, encrypt
his/her entry and check that against the stored encrypted password)... try
Google'ing "hash encryption" to get some idea of this technique.
Rick
>I like to hide my micros and lock them down so you can not change them.