VBA for locking all edited content controls after saving word document
I am designing word forms with content controls. A single form will be filled by two to three people. Kindly share with me a VBA to lock contents of each content control immediately after the end user edits the respective content control and press save. However, the unedited CCs shall remain editable…This is to ensure that the second user cannot edit changes made by the first user and so on. The CCs in use; Plain text CC, Check box CC, Picture CC, Date Picker CC and Drop down list CC. Thank you.
|