View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
michelle michelle is offline
external usenet poster
 
Posts: 310
Default How do I get the right click function back(on my mouse)?

Gord,

Yes, What I mean is when I right-click the mouse now Edit drop down menu at
all right now.......

You are right, I have a add-in done last week is called "Essbase". Then I
lost my Edit drop sown menu when I click the cell.

I have followed your instruction by still didn't get this function back.
Can you please help?

Thanks,
Michelle

"Gord Dibben" wrote:

In case you did mean no cell right-click menu at all......

Perhaps some code you ran disabled it.

Alt + F11 to open VBE.

ViewImmediate Window.

Copy this into that window and hit ENTER key.

Application.CommandBars("Cell").Enabled = True

Alt + q to return to Excel............OK now?


Gord

On Wed, 03 Mar 2010 16:23:28 -0800, Gord Dibben <gorddibbATshawDOTca wrote:

Right-click on a cell should bring a menu, not put you into Edit Mode.

What do you mean by "Edit a cell"?

Where are you right-clicking?

Did you mean to say "double-click" on a cell does not put you into Edit
Mode?

Maybe you unchecked "Edit directly in cell" in Excel Options?


Gord Dibben MS Excel MVP


On Wed, 3 Mar 2010 12:02:04 -0800, Michelle
wrote:

I try to right click on my mouse when I need to edit a cell but nothing
happened. Can anyone tells me how to get that function back. I have been
use this function forever but just lost it two days ago.


.