Hi,

in order to protect certain documents from being read when they
accidentally get sent out by email I would like to do the following:

- When a document is being saved for the first time being asked whether
to assign the standard password (that's right, same password for all
docs)
- When a document is being opened and is password protected to try the
standard password first and if that fails prompt for a password

I tried fiddling around with Events and the Application Object
(App_DocumentChange) but I'm just not getting anywhere.

Suggestions?

Cheers,
Marc

Re: How to automatically assign standard password to documents by Jezebel

Jezebel
Tue Mar 28 22:56:06 CST 2006

Can you explain 'accidentally get sent out by email' ?

The short answer is, you're pushing on a rope. There's simply no way you can
implement an significant security through this sort of measure. All you'll
do is screw up people's Word implementations.




<inotrope@gmail.com> wrote in message
news:1143603823.474990.261700@i40g2000cwc.googlegroups.com...
> Hi,
>
> in order to protect certain documents from being read when they
> accidentally get sent out by email I would like to do the following:
>
> - When a document is being saved for the first time being asked whether
> to assign the standard password (that's right, same password for all
> docs)
> - When a document is being opened and is password protected to try the
> standard password first and if that fails prompt for a password
>
> I tried fiddling around with Events and the Application Object
> (App_DocumentChange) but I'm just not getting anywhere.
>
> Suggestions?
>
> Cheers,
> Marc
>