locking part of the document

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to design protected document or template. The user will be able to add
the text to the document but not able to modify or delete the text which was
added before. The document will be opened multiple times and text added but
the user can not modify any text entered before. I need to create something
like Progress Notes. Please any ideas how to do it? Need help quickly.

Thank you,
 
There's no easy way to do this with Word. It's feasible (just!) using a
macro which, when the document is saved, adds a section break at the end and
then protects what is now the penultimate section. Hard to see it working in
practice, though.
 
Back
Top