I have a userform with a textbox (cu2_end) in which the user may enter a time. Here is the control change event code for this particular textbox:
Private Sub cu2_end_BeforeUpdate(ByVal CANCEL As MSForms.ReturnBoolean)
If mbEvents Then Exit Sub
On Error GoTo badtime...