Does anyone know how to add the below cancel argument, allowing the user to exit the textbox when done?
"Each UserForm TextBox has an Exit event. There is an named argument Cancel which is a Boolean value. If you set this to True, then the focus will not move to the next control in the Tab Order. It will remain with the TextBox".[/I]
Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
??
??
?? how do I code this?
Bookmarks