Can someone help with this example? Thx
Posted by Johan on January 09, 2002 7:08 AM
Anyone know how to include more than 1 cell (C1)? Example C1 to C50
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$C$1" Then Target.Offset(0, 2).Value = Now
End Sub
Thx