24.10.2021, 21:42
Hallo,
Code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Application.Intersect(Target, Range("AL:AL")) Is Nothing Then
If IsDate(Target.Value) Then ActiveSheet.Cells(Target.Row, 2) = "X"
End If
End Sub
_________
VG Sabina
VG Sabina