- Katılım
- 11 Nisan 2008
- Mesajlar
- 222
- Excel Vers. ve Dili
- Microsoft Office Excel 2013 / Türkçe
Üsdatlar S.A
aşağıdaki makroyu uyguladım sayfada çalışmadı sebebi ne olabilir ?
Not: Sayfa 2 de çalışmadı
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
On Error Resume Next
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
If Intersect(Target, [c:c]) Is Nothing Then Exit Sub
Target.Offset(0, -2) = Date
If Target = "" Then
Target.Offset(0, -2) = ""
End If
Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic
End Sub
aşağıdaki makroyu uyguladım sayfada çalışmadı sebebi ne olabilir ?
Not: Sayfa 2 de çalışmadı
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
On Error Resume Next
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
If Intersect(Target, [c:c]) Is Nothing Then Exit Sub
Target.Offset(0, -2) = Date
If Target = "" Then
Target.Offset(0, -2) = ""
End If
Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic
End Sub
