right click menu excel

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.
 
G

Gord Dibben

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top