Ñ
Ñô¹â
How to disabled excel2007 CUT button?
--------------------------------
Private Sub Workbook_Open()
Application.OnKey "^x", ""
Application.OnKey "+{delete}", ""
Application.CommandBars("cell").Controls(1).Enabled = False
'Application.CellDragAndDrop = False
'How to disabled excel2007 CUT button?
End Sub
--------------------------------
Private Sub Workbook_Open()
Application.OnKey "^x", ""
Application.OnKey "+{delete}", ""
Application.CommandBars("cell").Controls(1).Enabled = False
'Application.CellDragAndDrop = False
'How to disabled excel2007 CUT button?
End Sub