Hi Everyone,
This is my first post so please go easy on me!
Private Sub Worksheet_Change(ByVal Target As Range)
Range("A" & ActiveCell.Row) = Date
End Sub
The above code works fine to place a date stamp in column A of any row I input numeric data into however I now wish to restrict this activity to rows 9-220. Can anyone assist me with this please?
Regards
Grf