VulcanJedi
Technical User
An associate wants to datestamp any changes made to certain data....I have wrote the following:
This works, but disables the UNDO command, obviously risking data integrity any insights? When does the UNDO command get disabled?
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 11 Then
Target.Next = Date
End If
End Sub
Tranpkp ![[pc2] [pc2] [pc2]](/data/assets/smilies/pc2.gif)
This works, but disables the UNDO command, obviously risking data integrity any insights? When does the UNDO command get disabled?
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 11 Then
Target.Next = Date
End If
End Sub
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
![[pc2] [pc2] [pc2]](/data/assets/smilies/pc2.gif)