Sayın Levent Menteşoğlunun aşağıdaki koduyla sayfada kes komutunun çalışmasını engelliyoruz.
Kopyalamayı da engellemek istiyorum.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Application.CutCopyMode = xlCut Then Application.CutCopyMode = False
End Sub
Kopyalamayı da engellemek istiyorum.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Application.CutCopyMode = xlCut Then Application.CutCopyMode = False
End Sub