This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose.
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. If ActiveDocument.ProtectionType = wdNoProtection ThenĪctiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True
#HOW TO EDIT LOCKED FORM FIELDS IN WORD PDF#
How can I save the pdf in a way that the writable boxes will be locked (not subject to any password but in a way that the written information cannot be modified). If Options.CheckGrammarWithSpelling = True Then I have filled a pdf form (inserted information to boxes that can be write to). If ActiveDocument.ProtectionType wdNoProtection Then ' If document is protected, Unprotect it. You can use this macro as an On Exit macro for the last form field so you can check the spelling or update a field before you save the form.