How do I find the number of characters in a text box?
Posted on January 4, 2009
1 2 | 'Controls - How do I find the number of characters in a text box? Debug.Print Len(Text1.Text) |
1 2 | 'Controls - How do I find the number of characters in a text box? Debug.Print Len(Text1.Text) |