when I right click on a excel worksheet, I do not get the dropdow.

N

Nbhatt

Has anyone had a problem with displaying the dropdown menu containing
Edit|Paste|etc in the worksheet. I have a user who has this problem. I have
remove and re-installed Office to no avail.
 
B

Bob Phillips

Maybe you have some code disabling it.

Try entering

Application.Commandbars("Cell").Visible = True

on the VBIDE immediate window (Ctrl-G). If that brings it back, search for
some similar code in your start-up workbooks.
 
Top