
Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
I'd like to keep the document protected in an effort to keep the user
(employee) from taking out too much information from the report. Believe it
or not, people like to take the easiest way out of work, so if there is
information that is not easily found by research, they'll just delete the
whole section from the report! We have contracts with clients that require
specific research, therefore our reports need to reflect that with
consistency and accuracy.
> Steven was telling us:
> Steven nous racontait que :
[quoted text clipped - 30 lines]
>
> Why don't you want to unprotect it?
Brian - 17 Aug 2007 14:46 GMT
A slight increase in staff turnover may have the desired effect.

Signature
Brian McCaffery
> I'd like to keep the document protected in an effort to keep the user
> (employee) from taking out too much information from the report. Believe it
[quoted text clipped - 38 lines]
> >
> > Why don't you want to unprotect it?
Jean-Guy Marcil - 21 Aug 2007 03:15 GMT
Brian was telling us:
Brian nous racontait que :
> A slight increase in staff turnover may have the desired effect.
LOL

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Russ - 19 Aug 2007 05:00 GMT
Steven,
You unprotect to insert your data gleaned from userforms or user formfield
choices, then immediately re-protect. The speed at which that happens should
be safe, unless they abort the macro doing the insertion of data while the
document is unprotected. Code like this example from VBA Help can keep the
user from using the abort macro keys.
Application.EnableCancelKey = wdCancelDisabled
For i = 1 To 10000
StatusBar = i
Next i
Application.EnableCancelKey = wdCancelInterrupt
> I'd like to keep the document protected in an effort to keep the user
> (employee) from taking out too much information from the report. Believe it
[quoted text clipped - 38 lines]
>>
>> Why don't you want to unprotect it?

Signature
Russ
drsmN0SPAMikleAThotmailD0Tcom.INVALID