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
simon14
Aug 27, 2019Copper Contributor
Hi Jan!
I'm using office 365 the latest version Excel 2019. Mouse right click pop-up menu stopped working, I already have tried your suggestions but it is still not working,
Do you have any other suggestion?
Thanks!
I'm using office 365 the latest version Excel 2019. Mouse right click pop-up menu stopped working, I already have tried your suggestions but it is still not working,
Do you have any other suggestion?
Thanks!
- JKPieterseAug 27, 2019Silver ContributorDoes it work if you start Exxcel in safe mode ( press and hold the ctrl key while you launch Excel)?
- GeorgeCarra39Apr 14, 2021Copper Contributor
right click did not work in safe mode or in normal mode
- simon14Aug 27, 2019Copper Contributor
JKPieterse yes, it works in safe mode (thank you) but if i close and relaunch in normal mode It does not work.
- JKPieterseAug 27, 2019Silver ContributorThat means an addin may be causing the problem. Uncheck them one by one to find the one that causes it.