DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Public EskiDeger As Date
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, [A1]) Is Nothing Then Exit Sub
Application.EnableEvents = False
If Target.Value = "t" Or Target.Value = "T" Then
Target.Value = Now
Else
Target.Value = EskiDeger
End If
Application.EnableEvents = True
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
EskiDeger = Target.Value
End Sub
Public EskiDeger As Date
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, [D:D]) Is Nothing Then Exit Sub
Application.EnableEvents = False
If Target.Value = "t" Or Target.Value = "T" Then
Target.Value = Now
Else
Target.Value = EskiDeger
End If
Application.EnableEvents = True
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
On Error Resume Next
EskiDeger = Target.Value
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, [D:D]) Is Nothing Then Exit Sub
If Target.Value = "t" Or Target.Value = "T" Then
Application.EnableEvents = False
Target.Value = Now
Application.EnableEvents = True
End If
End Sub
Merhaba,Sn Necdet Yeşertener,
yukarıda eklediğiniz dosyada şu eklemeyi de yapmanız mümkün mü..
F sütununda karşıdaki kişinin sizi arayacağı zamanı giriyoruz. ama buraya sadece gün bazlı tarih atayabiliyoruz. orayı daha da hassaslaştırıp, saat ed girebilir miyiz.. zira gün içinde arayacaklar da buradan uyarı versin istiyorum.