Password Protection

N

NSG

I have a MS Project file password protected with no access
without the password. How do I get to the password window
code and how do I modify it to:

1) add a required user name field
2) automatically populate a checkout file on the server
that shows who has logged into the Project file

Just for fun, any idea how to link a password table to the
password window so it would automatically read the next
password in the table and change the password at regular
intervals (every day or week, etc.)?
 
J

Jack D.

NSG said:
I have a MS Project file password protected with no access
without the password. How do I get to the password window
code and how do I modify it to:

1) add a required user name field
2) automatically populate a checkout file on the server
that shows who has logged into the Project file

Just for fun, any idea how to link a password table to the
password window so it would automatically read the next
password in the table and change the password at regular
intervals (every day or week, etc.)?

You can't really do that. However, you could write some vba code which
replicates this functionality and adds in all that stuff.
Just use the Project_Open event.
I have a brief discussion of using that event on my site.
http://masamiki.com/project/project_open.htm

--
Please try to keep replies in this group. I do check e-mail, but only
infrequently. For Macros and other things check http://masamiki.com/project

-Jack Dahlgren, Project MVP
email: J -at- eM Vee Pee S dot COM


+++++++++++++++++++
 

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