Hi
I have a simple UserForm. It has 2 textboxes (myname, myage) and 2 option buttons (male, female) and 1 control button (enterme) . Please see the code below.
What I want to add is to give a user a message, if the user forget to enter Name, age, and sex and hit Enter button. So I came with the...