right click menu excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In excel I maked a right click menu with variabel values.
After all, I found that menu in the whole application, this was not my
intention.
I deleted het menu, bad done, because I can't reset 'm.

What's the way to call back the default right click excel menu ?

Re-install office didn't helped.
"application.commandbars("Cell").reset" also not.
 
Jo
The "reset" probably OK but just not enabled.

Open the immediate window in VBE and enter

application.commandbars("Cell").enabled = true


Gord Dibben Excel MVP
 
Back
Top