6

Someone sent me a Word doc that consists of a form full of checkboxes and freeform fields. I am trying to insert an image version of my signature and a few extra freeform text fields so I don't have to print it and fax it, but the document appears locked. I went to Developer > Protect Document and made sure Unrestricted Access is checked, but I still can't modify the form.

I am using Word 2007 and this is saved as .doc, probably 97-2003. How can I unlock this thing?

Edit: Also, all but a few of the ribbon menu items are disabled. I can't change page layout, text formatting, or anything that pertains to modifying the document.

2 Answers2

10
  1. Open your document in Word, then use "Save as..." to save it in ".xml" format.

  2. Open the .xml file in wordpad, notepad, emacs, or other text editor of your choice.

  3. Search for the string w:enforcement="1" (or w:enforcement="on").

  4. Replace the "1" with a "0" (or replace "on" with "off") to disable enforcement. (This step unlocks the document.)

  5. Save the .xml document from your text editor.

  6. Open the .xml document in Word.

  7. Choose "Save as..." and save it as a .doc or .docx file.

    Your original Word document can now be edited normally. Enjoy!

BiH
  • 101
4

As you said it sounds like the file is locked. To open it you need to went to Developer > Protect Document, like you do, but then to enter to "Restrict Formatting and Editing". Now click Stop Protection at the bottom of the task pane and enter the password (if you know it, if the "Stop Protection" doesn't appear the file is not locked).

If the file is locked and you don't know the password you can try to use this guide to unlock it (disclaimer: I don't try this guide and I don't know if it works or not (but according to the comments in forum where I found it (with a brief search on Google) he is doing the job)).

If the "Stop Protection" doesn't appear and you still can't edit, comment here and I'll try to help more.

InterLinked
  • 2,635
nirgn
  • 346
  • 1
  • 8