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) |
Related posts:
- How to Ignore Specific Characters in TextBox
- How to Count the Number of lines in a Text Box
- How to add a New Line to Existing Text Box Text Programmatically
- How to select the content of text box when entering into it.
- How to Validate a text box using Like operator
- How to select all text with Ctrl+A in a text box
- How to allow users to increase and decrease the value using Up and Down arrow keys in a text box
- How to get the currently Selected Text in Rich Text Box
- How to control what type of alphanumeric character is entered into a text box at a particular postion in the text box.
- How to count number of characters in RTF except crlf and spaces? (in two ways)