Excel Excel Context Menu

Joined
Feb 4, 2009
Messages
1
Reaction score
0
I have stupidly removed the 'copy' and 'paste' options of the context menu in Excel 2003 which would normally become visible with a right mouse click in the active worksheet.

I used the following code:

Sub RemoveContextMenuItem()
On Error Resume Next
CommandBars("cell").Controls("Copy").Delete
End Sub


I had put it in the active worksheet but a work colleague saved the alterations to the workbook and now every time i open excel i cannot copy or past using the context menu.


Can anyone tell me how to restore these settings?

Many thanks,

Q
 

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