The code below is supposed to look up the value of the number in a textbox named PCNumber and display a returned value in a label named PlayerName. This code works just as it is supposed to, except when the textbox is left blank.
Private Sub PCNumber_Exit(ByVal Cancel As MSForms.ReturnBoolean)...