Forum Discussion
Mouse right click pop-up menu stopped working in Excel 2013
- 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
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
- leonard333Apr 23, 2022Copper ContributorThis 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?
- leonard333Apr 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
- a8a8uJan 22, 2022Copper ContributorIt worked. Thank you!
- cauditranaMay 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.
- simon14Aug 27, 2019Copper ContributorHi 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!- 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
- Ameer_mananApr 15, 2019Copper ContributorHi Jan,
It is worked on that current excel file when you do the vba editor. When I close it or open different excel file, the right click still not functioning. Please advise.- JKPieterseApr 15, 2019Silver ContributorSounds 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_mananApr 15, 2019Copper ContributorHi 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
- Emil GarnevJun 18, 2018Copper Contributor
Thank you, Jan Karel!
Second suggestion worked! And I tried different suggestions I found, but only this one worked for me!
Have a great week!
Emil
- JKPieterseJun 18, 2018Silver ContributorYou're welcome!