Forum Discussion
Expanding notes column
Yes, there is a limit to the number of characters that can be put into a userform textbox.
The maximum number of characters that can be entered in a textbox is determined by the MaxLength property of the textbox control.
By default, the MaxLength property is set to 0, which means there is no limit to the number of characters that can be entered.
However, if you want to limit the number of characters that can be entered, you can set the MaxLength property to a specific value.
For example, if you want to limit the textbox to 100 characters, you can set the MaxLength property to 100.
Note that the maximum number of characters that can be entered in a textbox may also be limited by the available memory on your computer.
If you try to enter a very large amount of text, you may run into performance issues or other problems.
*Just copy/paste the basics from your answer 🙂