J
J.W. Aldridge
Hi.
I need to place a date stamp on the row in column A, that is triggered
by any action on a row.
I need to place a time stamp on the row in column B, that is triggered
by any action on a row in column C.
1/10/2007 13:54
I have the code for the first one, but need to trigger the time based
on action in C for the second.
Private Sub Worksheet_Change(ByVal Target As Range)
Range("A" & Target.Row) = Date
End Sub
Thanx
I need to place a date stamp on the row in column A, that is triggered
by any action on a row.
I need to place a time stamp on the row in column B, that is triggered
by any action on a row in column C.
1/10/2007 13:54
I have the code for the first one, but need to trigger the time based
on action in C for the second.
Private Sub Worksheet_Change(ByVal Target As Range)
Range("A" & Target.Row) = Date
End Sub
Thanx