This modification is not allowed because the selection is locked :s

Anonymous
2010-02-13T21:14:19+00:00
Please check out Microsoft<br> Word message: "You can't make this change because this selection is locked."  for the latest information on this topic.

Hiya.

So I keep getting the above message only on my Microsoft WORD Document. When I open the Document everything is locked - I cannot click anywhere.

Initially I thought it was beacuse I was using the trail version, so I installed a full version of Office Home and Student 2007 (My sister lend me her disk, it had 2 download licenses remaining, so I used one). Everything else: Excel, Powerpoint, OneNote is working fine. But the WORD document is still locked.

I would really appriciate your help.

Thanks.

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2010-02-13T21:37:52+00:00

Hi. I cracked it, and thought i would share it with you.

All I had to do was to close the document, write click on properties > Advance and uncheck 'File is ready for archiving' and 'Allow this document to have file indexed in addition to ....' > click on ok and it worked.

ta mch.

Was this answer helpful?

600+ people found this answer helpful.
0 comments No comments

66 additional answers

Sort by: Oldest
  1. Doug Robbins - MVP - Office Apps and Services 323.6K Reputation points MVP Volunteer Moderator
    2015-04-25T22:01:53+00:00

    You could be using a trial version of the software that has now expired or you have not activated your copy of the software?

    If so, see:

    http://www7.buyoffice.microsoft.com/usa/faq.aspx?culture=en-US

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-06-29T15:14:07+00:00

    I'm using Word 2007, and had trouble with a document containing locked content controls this morning. When I tried to run macros on the document, I received the run-time error 4605.

    I discovered two methods to unlock the controls.

    First, in the developer ribbon, click on Design Mode, and then edit each control individually.

    Second, I wrote a simple script that unlocked the controls, and allowed me to run my macros:

    Sub UnlockContentControl()

        Dim cCont As ContentControl

        For Each cCont In ActiveDocument.ContentControls

            'cCont.Range.Select

            cCont.LockContentControl = False

            cCont.LockContents = False

        Next cCont

    End Sub

    Hope this helps!

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2015-12-16T07:28:30+00:00

    does not work same problem :(

    Was this answer helpful?

    0 comments No comments
  4. Doug Robbins - MVP - Office Apps and Services 323.6K Reputation points MVP Volunteer Moderator
    2015-12-16T08:08:12+00:00

    You could be using a trial version of the software that has now expired or you have not activated your copy of the software?

    If so, see:

    http://www7.buyoffice.microsoft.com/usa/faq.aspx?culture=en-US

    Was this answer helpful?

    0 comments No comments