K
kiln
Couple of questions about locking word docs.
The main question is: how can I protect a word doc, and make sure it can
never be edited again?
I have written VBA code that sets the doc (word 2000) to "comments
only" which is the most protectd of the settings offered (word 2003
seems to have an additional protection setting, ReadOnly or something of
that sort). The VBA code to protect the doc is run when the user clicks
a custom commandbar button, which is fine, but the VBA and the embedded
"protect" password remain visible if the user opens the module. Thus one
solution would seem to be to get rid of the VBA modules, which luckily
are expendable at that point. Doable? Any other/better approaches?
Thanks
The main question is: how can I protect a word doc, and make sure it can
never be edited again?
I have written VBA code that sets the doc (word 2000) to "comments
only" which is the most protectd of the settings offered (word 2003
seems to have an additional protection setting, ReadOnly or something of
that sort). The VBA code to protect the doc is run when the user clicks
a custom commandbar button, which is fine, but the VBA and the embedded
"protect" password remain visible if the user opens the module. Thus one
solution would seem to be to get rid of the VBA modules, which luckily
are expendable at that point. Doable? Any other/better approaches?
Thanks