Excel "Move or Copy" and "Delete" sheet functions

  • Thread starter Thread starter dsiama
  • Start date Start date
D

dsiama

Hello to all,
Since a couple of weeks now the options of the "move or Copy" and "delete"
in the Excell sheets has been lost in my PC. This is even with right click on
the sheet tab or in the Edit menu. Even in new sheets that I create! I can
see them in the menus but they are "grey" (you can not click on them).

Can anybody help? Do you know how can take these back again?
Thanks a lot
Dsiama
 
Maybe you can try a small macro such as the one below:
Sub Tlbars()
Application.CommandBars.Item("Edit").Enabled = True ' enables the dropdown
End Sub

Regards,
Ryan--
 

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

Back
Top