B
Bob
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 2 And Target <> "" Then Target.Offset(, -1) = Date
End Sub
This script works fine but when I have a macro to paste something into B
column it wont bring up the date in A column, but if I manually enter in to
B it works..Confused!
--
Thanks in advance for your help....Bob Vance
..
..
..
..
If Target.Column = 2 And Target <> "" Then Target.Offset(, -1) = Date
End Sub
This script works fine but when I have a macro to paste something into B
column it wont bring up the date in A column, but if I manually enter in to
B it works..Confused!
--
Thanks in advance for your help....Bob Vance
..
..
..
..