dantheman9
Board Regular
- Joined
- Feb 5, 2011
- Messages
- 175
Hi Im trying to validate if a text string is in a set format,but can't work out how to do it!
format should be a "0** - *" format, with three number values at the start and then text after the -.
format should be a "0** - *" format, with three number values at the start and then text after the -.
Code:
If Not TextBox1.Value = Format(TextBox1, "### -" & TextBox1) Then