Tagged Questions
0
votes
1answer
4k views
Right click on sheet-tabs disabled in Excel
I used this vba code in the ThisWorkbook module to disable the right click menu in an Excel workbook.
Private Sub Workbook_Activate()
With Application.CommandBars.FindControl(ID:=847)
...