Hi all,
Would someone know how to modify the below code such that it only affects cells D3:D50 & F3:F50?
Thanx,
Frith
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = ActiveCell.Address Then Target = Format(Now, "ttttt") End If </PRE>
End Sub
</PRE>
Would someone know how to modify the below code such that it only affects cells D3:D50 & F3:F50?
Thanx,
Frith
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = ActiveCell.Address Then Target = Format(Now, "ttttt") End If </PRE>
End Sub
</PRE>