excel formül yazma

  1. ExcelDepo

    Sayfada Formülleri Silmeyi Engelleme

    Private Sub Worksheet_Deactivate() Application.OnKey "{del}" End Sub Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.HasFormula Then Application.OnKey "{del}", "" Else Application.OnKey "{del}" End If End Sub Uygulama Adımları Microsoft Visual...
Üst