Sub Worksheet_Change(ByVal Target As Range)
For Each cell In Target
If IsNumeric(cell) Then Application.Undo
Next
End Sub
Sub Worksheet_Change(ByVal Target As Range)
For Each cell In Target
If IsNumeric(cell) Then Application.Undo
Next
End Sub