MasterChief
Board Regular
- Joined
- Feb 14, 2006
- Messages
- 172
I am using this code to try and format a number like this 12-345-6789 but for some reason it’s not working any idea?
Private Sub nsn_Change()
If nsn.TextLenght = 2 or nsn.textlenght = 6 then
Nsn.text = nsn.text + “-“
Endif
End sub
Private Sub nsn_Change()
If nsn.TextLenght = 2 or nsn.textlenght = 6 then
Nsn.text = nsn.text + “-“
Endif
End sub