May be a simple question - UserForm condition
Posted by Dennis on June 17, 2001 7:35 PM
Does anyone know of a way to write a condition where the user will be prompted (msgbox) if a number entered on a userform is not divisible by 4.
For example, 5 is entered...msgbox "Sorry you have entered an invalid value."
If a correct value, say 36 is entered, the application will continue to run.
Thank you in advance.