Forum Discussion

Diane1960's avatar
Diane1960
Copper Contributor
Mar 10, 2022

Cannot right click on a sheet in excel

Hi, i cannot right click on a sheet to delete it, i also cannot left click it, the curser just keeps spinning can anyone help please

 

 

2 Replies

  • NikolinoDE's avatar
    NikolinoDE
    Platinum Contributor

    Diane1960 

    Insert or delete a worksheet

    The right mouse button on the spreadsheet tabs does not work?

    Right-clicking on the entire worksheet doesn't work?

    Can you create a new sheet in the existing workbook?

    Doesn't it only work in these specific worksheets?

    Run this code and then try it as a preliminary suggestion.

     

    Sub NikRegisterDell()
    With Application.CommandBars("Ply")
       .Reset
       .Enabled = True
     End With
    End Sub

     

    It would be advantageous if the Excel version, operating system and storage medium (OneDrive, Sharepoint, hard drive, etc.) were known.

     

    Hope I was able to help you with this info.

     

    NikolinoDE

    I know I don't know anything (Socrates)

    Was the answer useful? Mark them as helpful!

    This will help all forum participants.

Resources