Hi All,
With a UserForm TextBox you can limit the number of characters to be used in the TextBox properties MaxLength behavior.
I want to know if your set the MultiLine to True, can you limit the number of lines that the user can enter.
For example I have a UserForm with a TextBox. I want the...