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
Apr 15, 2019Silver Contributor
Sounds as if there is an add-in which changes the right-click menu. Check which add-ins you have installed (File, Options, Add-ins tab, select either Excel add-ins or COM add-ins from the drop-down and click Go).
Ameer_manan
Apr 15, 2019Copper Contributor
Hi Jan Karel, I got checked the excel and COM add-ins but none of it is ticked. Update : The user feedback to me that now his excel are okay, but we still do not know why it is become like that.
Thank you
Thank you
- JKPieterseApr 15, 2019Silver Contributor
Ameer_manan This may be caused by any (COM or Excel) add-in or by a "normal" Excel workbook. Either of those may contain VB(A) or RibbonX code which modifies the menus.