Predator98
Programmer
Is there a way to record the last update (modified) date at the end of a row when "any" value on the row is changed? I currently have the following code but it updates the date any time the row entered:
Range ("BX" & Target.Row).Value = Date
where "BX" is where I want the date placed.
I cannot figure out an If statement to wrap around this. Any suggestions?
Range ("BX" & Target.Row).Value = Date
where "BX" is where I want the date placed.
I cannot figure out an If statement to wrap around this. Any suggestions?