Share via

stop functioning insert function and copilot function

Jigneshkumar Bhalgama 0 Reputation points
2025-12-18T12:37:21.85+00:00

hello everyone

in excel stop functioning insert function and copilot function after opening micro enable file

now i am not be able to insert new row and column between two row and Colum please help how to fix this issue

Screenshot 2025-12-18 175100

Microsoft 365 and Office | Excel | For home | Windows
0 comments No comments

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Kimberly Olaño 23,560 Reputation points
    2025-12-19T03:17:57.3466667+00:00

    Thanks for sharing the details! Try to force Excel back into Normal Edit Mode

    This resets Excel’s internal command state without touching protection, sharing, or macros.

    Step-by-step

    Open the problem workbook

    Press Alt + F11 (opens VBA Editor)

    Press Ctrl + G (Immediate Window)

    Paste exactly this and press Enter:

    • Application.CommandBars("Cell").Reset
    • Application.CommandBars("Row").Reset
    • Application.CommandBars("Column").Reset
    • Application.CommandBars("Worksheet Menu Bar").Reset

    Close VBA Editor

    Close Excel completely

    Reopen Excel and the file

    Some macro-enabled files:

    Modify right-click menus

    Disable Insert commands

    Never restore them when closed

    Excel remembers the broken menu state, even for new sessions.

    This fix rebuilds Excel’s internal command bars, which none of the usual fixes touch.

    See if this helps. If you need further assistance just let me know.

    Best regards,

    Kimberly

    Was this answer helpful?

    0 comments No comments

Your answer

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