Link to home
Start Free TrialLog in
Avatar of Professor J
Professor J

asked on

Reset all Right click Menus in Excel

Experts,

i have a problem,

i have installed an add-in and removed it, it was a beta version, so did not work well. but what it did was that it somehow distorted my right click menu in excel.  the problem is that it is not the right click on a normal cell. when i right click on a normal cell everythign is okay. but when i create a table in excel and when i right click, there are too many customized named in my right click which i cannot get rid of them, when i click on them, it gives me an error that the add-in file is missing etc although add-in file has already been deleted.

i tried searchign the web and all i could find is the vba code
Application.CommandBars("Cell").Reset

Open in new window

 this only works for normal right click menu and but this does not restore to default the right click menu on table cell.

i also found another code
Application.CommandBars("Cell").Controls("name of  control).Delete

Open in new window

 but then this does not work , becuase there are too many of them and i do not know all of the original names of the customized right click menu on the table cell.    i was looking for help if someone could have a code that would reset all the right click menu in cell or in a table or pivot table , just to restore everything to the built-in default right click menus . would greatly appreciate it.

regards,
JimJam
Avatar of Naranthiran D
Naranthiran D
Flag of India image

Try reinstalling the MS office..

hope it helps you..
Avatar of Professor J
Professor J

ASKER

Naranthiran,   :-)   i know that already, but i operate in domain user access, cannot install or uninstall software. my question aims for a code to find out a way to reset it with VBA .
ASKER CERTIFIED SOLUTION
Avatar of Professor J
Professor J

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
my question was never answered, so i found an add-in called rightmenu and stated that in this thread, so that it may benifit others.