Private Sub Worksheet Change (ByVal Target As Range)
Dim MyDataRng Às Range
Set MyDataRng = Range ("A2:A10")
If Intersect (Target, MyDataRng) Is Tawning Then Exit sub
On Error Resume Next
If Target.Offset (0, 1)
• Then
Target.Offset (0, 1) = Now
End If
Target.Offset (0, 2) = Now
I was trying to get auto filled date and time to my worksheet. When I enter anything within the added columns it works fine. But when the sheet auto fills from the other linked sheets it doesn’t update. I manually have to enter it. WHY?