Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 310
Default How do I get the right click function back(on my mouse)?

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I get the right click function back(on my mouse)?

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.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I get the right click function back(on my mouse)?

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.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.


.

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

Hi Gord,

I get the right-click Edir drop down menu fuction back by disable the add-in
"double click" function.

Thanks!

"Michelle" wrote:

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.


.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I get the right click function back(on my mouse)?

Good to hear.

I do not like those applications that change the Excel operation in that
manner.


Gord

On Thu, 4 Mar 2010 12:42:01 -0800, Michelle
wrote:

Hi Gord,

I get the right-click Edir drop down menu fuction back by disable the add-in
"double click" function.

Thanks!

"Michelle" wrote:

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.

.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Right Mouse Click StephenD Excel Discussion (Misc queries) 4 May 27th 09 04:24 PM
right mouse click not working VSLAU1 Excel Discussion (Misc queries) 1 March 18th 08 03:55 AM
right mouse click in excel Carol Excel Discussion (Misc queries) 1 January 4th 06 11:21 PM
Mouse right click problem Anthony Excel Discussion (Misc queries) 3 July 1st 05 12:21 AM
Each Click of the Mouse D.Parker Excel Discussion (Misc queries) 13 April 28th 05 11:24 PM


All times are GMT +1. The time now is 08:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"