Hi
I have a bit of code, but I am trying to amend it to include:-
- Delete the date if the row is empty
Cheers
I have a bit of code, but I am trying to amend it to include:-
- Delete the date if the row is empty
Cheers
Code:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Row > 12 Then Cells(Target.Row, "L") = Date
End Sub
Last edited: