View Single Post
 
Old 10-06-2021, 12:09 AM
coduetse coduetse is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2021
Posts: 3
coduetse is on a distinguished road
Default VBA for locking all edited content controls after saving word document

Thank you for the prompt response.

The VBA Code answers the question I asked for and I tested it and it works as desired. Is it possible to add a line to your code that disables copying of contents of content control. The target CC is the picture CC. This is to ensure other users cannot copy contents of the picture content control. I have noted that if you protect the document with password, it becomes impractical to unlock the CC unless your have the password to unlock the document and go to design mode>properties and unlock CC. I could be wrong but for me the VBA is good especially if you can add 'disable copying line.' As for check boxes, I will lock for work around.

Thank you.
Reply With Quote