Hi,
Your code should look like this
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("B13:B34")) Is Nothing Then Exit Sub
Target.Offset(0, 1).Value = Date
Application.EnableEvents = True
End Sub
There is a list in Range "B13:B34" so in case you increase or decrease "Location" then adjust accordingly....
If you get an error then pls remove the library (it will always start with Missing) .....however I am attaching the sheet for your reference....tester neb.xls
If your question is resolved, mark it SOLVED using the thread tools. Click on the star if you think some-1 helped you.
Bookmarks