Right Clicking on worksheet tabs

  • Thread starter Thread starter SPD
  • Start date Start date
S

SPD

Why can't i right click on my worksheet tabs, this
function has mysteriously disappeared. I can no longer
delete, copy, or move sheets.
 
Try to run this macro

Sub test()
Application.CommandBars("Ply").Enabled = True
End Sub
 
Back
Top