Lost the "right click" cut/copy/paste

mussermike

New Member
Joined
Jun 25, 2009
Messages
19
Somehow I lost the right click, cut, copy, paste, special paste. They are still there but "grayed out". The workbook is not protected either. Any thoughts. They are even "grayed out" when I open a brand new sheet.
Help please!:confused: Im using excel 2007.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Not certain this will fix it but it should.

Right click on one of the sheet tabs.

Select "View code" from the popup.

From the "View" menu select "Immediate Window" if it's not already displayed.

Paste the following statement in the "Immediate Window" and press enter.

Commandbars("Cell").Reset

(Be sure the cursor is on the same line as the statement beforehand)

You should also be able to reset the "Cell" menu from the GUI. It's not real obvious in 2007 (kinda buried) but help should tell you how.

Gary
 
Upvote 0
If you didn't knowingly alter that popup menu you probably have an addin or macro that is not putting things back the way it found it (crash also possible). If that is the case, and you can identify the culprit, you might be able put that statement in the workbook close event (or elsewhere) to make sure the menu is always reset to the "factory" configuration when you close the workbook.

Gary
 
Upvote 0
I'm not sure when this happened to me, but I have the exact same situation. I am using Excel 2003. I tried going to the tab and try the fix, but my tab does not show this when I go to "view code". Help?
 
Upvote 0
Can you open the VBA Editor? (Alt-F11)

If so, follow Gary's steps in his post above.
If you can not open the VBA Editor, please post detailed information of what is occuring.
 
Upvote 0
I get a window which has the following in it already:

"Private Sub Worksheet_SelectionChange(ByVal Target As Range)"
End Sub

Should I get rid of this and then follow your instructions, or add it after the above?
 
Upvote 0
Paste that code snip in the "Immediate" window. It has the word "Immediate" in the title bar. If it is not visible then go to the "View" menu and turn it on by selecting it.

Gary
 
Upvote 0
Obviously I have never ventured in this area of Excel. I cut & pasted the statement, then closed it and went back to look at it again. There must be a plan B, because it still doesn't work. Here is what showed up in the "Immediate" window:

[auto_open] <
[SetupFunctionIDs] <
[SetupFunctionIDs] >
[PickPlatform] <
[PickPlatform] >
[VerifyOpen] <
[VerifyOpen] > 1
[RegisterFunctionIDs] <
[RegisterFunctionIDs] >
[auto_open] >
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top