The following is a simple way I found on this site to enter dates for various date types. How can I limit the macros to only run on specific rows 6:14?
Code:
Sub DateStamp()
Range("B" & ActiveCell.Row).Select
ActiveCell.Value = Date
End Sub