Hi there!
I've made an userform with a textbox. I want to force the user to type
the value in a specific format, e.g. 5.2.0
The code I have now:
If Not TextBox1.Value = Format(TextBox1, "0.0.0") Then GoTo FormatError
(rest of the code)
FormatError:
intresp = MsgBox("Insert valid version...