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: Most helpful
  1. 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
  2. Doug Robbins - MVP - Office Apps and Services 323.6K Reputation points MVP Volunteer Moderator
    2013-05-16T01:32:07+00:00

    With a thread as long as this one, it would be better if you started a new thread with your question, and explain exactly what the problem is.  Also make sure that you indicate the version of Office and of Windows that you are using.  Also, whether it happens with all documents, or just a particular document.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-11-13T02:51:27+00:00

    no my grandmother bought hte microsoft bundle but the maximum activations have been exceeded. I was still able to use it for the past 3 months but now all of a sudden it doesnt work. I uninstalled it and reinstalled it but it wont work. So i then installed in on my desktop and it worked but it just wont on my laptop.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Doug Robbins - MVP - Office Apps and Services 323.6K Reputation points MVP Volunteer Moderator
    2010-11-13T02:46:44+00:00

    It sounds like you are probably 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?

    1 person found this answer helpful.
    0 comments No comments