How to validate and -if invalid- undo an entry?

  • Thread starter Thread starter serdar
  • Start date Start date
S

serdar

Private Sub Worksheet_Change(ByVal Target As Range)

If (expression) Then
Application.Undo


End Sub


This works but a flashing occurs. What to do?
 
....no flashing occurs at all. I'm not gonna ask "too fast questions" again,
sorry :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top