Hi all, I have a userform, with textboxes within to accept input from users. In the exit events of these textboxes, i do data validation.
When the data entered by user is not valid, i prompt a messagebox and set the cancel property of the exit event to true.
As i test my application, i...