I have a textbox where I need an afterupdate event, which should check that input is 3 letters followed by 3 numbers. The total is 6 characters, but always 3 letters + 3 numbers.
If condition not met, a msgbox will be shown, for the user to input correctly, before being able to continue.
Can...