I don't know why I keep getting this error. I've tried BeforeUpate,AfterUpdate, enter,exit....none of them work.
HELP, please
HELP, please
Code:
Private Sub TextBox2_Exit(ByVal Cancel As MSForms.ReturnBoolean)
Dim Username As String
Username = TextBox2.Value
MsgBox "Hello, " + Username + ". Click the continue button to begin your training."
CmdBtn1.Visible
End Sub