Disabling a shortcut menu
Private Sub Workbook_Open() Application.CommandBars("Cell").Enabled = False End Sub