Form Text Box
This works in a worksheet range:
Sub Numbfmt()
Range("C3").NumberFormat = "(###)###-###0"
End Sub
"krc547" wrote:
How do i get a text box on a form to only allow a certain way to fill the box
in. Such as a text box for a phone number and I want the input to be limited
to look like the following:
(555)555-5555
|