I'm doing a macro that compares the data in a range of cells and if that value is equal or more than 1, display a message, then clearing the field. The problem is that, after displaying the message, it can't be closed. Here's the code:
Option Explicit
Private Sub Worksheet_Change(ByVal...