Error code in word

Michelle Hayek 6 Reputation points
2022-11-15T14:35:09.61+00:00

260527-image.png

I am receiving this error in word, could you please recommend how to fix this?

Microsoft 365 and Office Word For business Windows
{count} vote

3 answers

Sort by: Most helpful
  1. Stefan Blom 2,781 Reputation points MVP Volunteer Moderator
    2022-11-17T19:07:46.55+00:00

    Exit Word and rename the Normal template. If the error message is no longer present when you restart Word, you have fixed the problem.

    If the problem remains, an add-in may be responsible. See https://learn.microsoft.com/en-us/office/troubleshoot/word/issues-when-start-or-use-word#option6 and https://learn.microsoft.com/en-us/office/troubleshoot/word/issues-when-start-or-use-word#option7.

    1 person found this answer helpful.
    0 comments No comments

  2. Michael Taylor 60,161 Reputation points
    2022-11-15T15:54:18.14+00:00

    Without additional context we aren't going to be much help. But just reading the error, the code that is running for whatever event just occurred (e.g. document saved) is attempting to execute a command in Word. However Word does not allow that command while it is handling the event and fails the call. For example, if the code was called when the document was saved and the code attempted to save the document then I could see this error potentially occurring (because you're already trying to save).

    Again, without any additional information including the code that is running and what "event" it is talking about we are just guessing here.


  3. Oskar Shon 866 Reputation points
    2022-11-17T20:47:39.01+00:00

    You had a Word document with VBA code inside. That code fail and you see this commend error.
    On the screen I can see button Debug is lock for editing that means that code is lock for you and you can't see error line to fix it. Probably I go so far, but that your situation looks like.
    So you should to call your sender/friend (creator this document) and talk about that error.

    Regards.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.