The menu that normally appears when right clicking the mouse in excel (paste, cut, format etc) has disappeared. Only "Insert Comment" remains. I've tried rebooting and opening new workbooks, but it won't come back
How can I restore it?
ununoctium
Try going into the VBE (Alt-F11), showing the Immediate Window (Control-G)
and typing this
Application.CommandBars("Cell").Reset
and see if that brings it back.

Signature
Dick Kusleika
MVP - Excel
www.dicks-clicks.com
Post all replies to the newsgroup.
> The menu that normally appears when right clicking the mouse in excel (paste, cut, format etc) has disappeared. Only "Insert Comment" remains.
I've tried rebooting and opening new workbooks, but it won't come back.
> How can I restore it?
ununoctium - 23 Mar 2004 13:06 GMT
Hi Dick
That worked fine. Thanks very much
Peter