Re: cannot right-click a shortcut menu in Excel

S

Satya Srinivas

The thread may be old, but Thanks Kurt Fritz. The solution worked. For info if it is Office 2003 it is 11.0
I can no longer get short-cut menus by right clicking on cells or charts in
Excel 2003. (right clicking does work in other office applications such as
powerpoint, so I have ruled out a hardware problem) I do not have a symbol
commander installed. Restarting the computer does not work. The problem
seemed to occur after I used the symbol insert feature of excel. Any ideas
for me?
On Saturday, April 07, 2007 2:25 PM Gord Dibben wrote:
John

If no menu appears with a right-click you shoud try re-setting the r-click.

Hit ALT + F11 to go to the VBEditor.

Then View>Immediate Window.

Copy/paste this line into the window and hit <enter>

Application.CommandBars("Cell").Reset

OR copy/paste this sub to a module and run it.

Sub reset()
Application.CommandBars("Cell").Reset
End Sub


Gord Dibben MS Excel MVP
On Wednesday, April 18, 2007 9:04 AM Mayur Shetty wrote:
Go to Task Manager and search for Verclsid and end task.

Then go to C:\Windows and search for the same file and rename it (Verclsidold).

Re-open Excel and it should work.

If that does not work perform the below steps :-

*Excel11.xlb [D:\Documents and Settings\username\Application Data\Microsoft\Excel], remove the file and save it in a different location

{Eg:-desktop}.

* Reopen excel and excel11.xlb gets created.[Delete the previous excel11.xlb once you confirm from user its all working fine]



*unregister and register excel

[Unregister - Start- run - excel /unregsvr, Register - excel /regsvr]
 

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