Forum Discussion

Emil Garnev's avatar
Emil Garnev
Copper Contributor
Jun 15, 2018
Solved

Mouse right click pop-up menu stopped working in Excel 2013

Hello, I am using Excel for a long time. Since 2 days (probably I did some wrong shortcut key combination??) I cannot open pop-up menu with right click of the mouse. Right click works everywhere in...
  • JKPieterse's avatar
    Jun 15, 2018
    Open the VBA editor (alt+F11), press control+g. Type this text:
    Application.CommandBars("Cell").Reset
    At the end of that line, press enter.
    If that does not help, repeat the above with:
    Application.CommandBars("Cell").enabled=true

Resources