Forum Discussion
Diane1960
Mar 10, 2022Copper Contributor
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
NikolinoDE
Mar 11, 2022Platinum Contributor
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.
I know I don't know anything (Socrates)
Was the answer useful? Mark them as helpful!
This will help all forum participants.
- Diane1960Mar 13, 2022Copper ContributorThanks for your help 🙂