View Single Post
  #1   Report Post  
Gord Dibben
 
Posts: n/a
Default

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

On Tue, 3 May 2005 12:46:18 -0700, "Jo Vercauteren"
wrote:

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.