Forum Discussion
Emil Garnev
Jun 15, 2018Copper Contributor
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...
- Jun 15, 2018Open 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
JKPieterse
Jun 15, 2018Silver Contributor
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
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
cauditrana
May 18, 2021Copper Contributor
tried with both the options, nothing worked for me, please help
- marcel_dimaJan 01, 2022Copper Contributor
Hi cauditrana
Vijay's first suggestion at this link worked for me: https://answers.microsoft.com/en-us/msoffice/forum/all/mouse-right-click-not-working-in-excel-sheets/74f65a2c-4a2b-4fc0-b29c-69c4d258a3a1
Basically close Excel > navigate to "%appdata%\Microsoft\Excel" > move the files to a back up folder > relaunch Excel.