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
leonard333
Apr 23, 2022Copper Contributor
This worked for me in that I can now right-click on a cell. However, right-click is not working within the formula bar or if a column is selected. Is there another CommandBars reset/enable option that will fix this?
leonard333
Apr 23, 2022Copper Contributor
solved. Repeated using "column" and "formula bar". leonard333
- leonard333Apr 28, 2022Copper Contributor
Well this is weird. I can't right click on vba buttons. Is there a way to reset right-click for ALL???leonard333
- JKPieterseApr 28, 2022Silver ContributorIf your worksheet is protected, right-clicking on buttons does not work
- leonard333Apr 28, 2022Copper ContributorIts unprotected. I also can't right click on the worksheet tabs to view code.