Is there any control for UserForm that allows entering multiline text? If no, any advice how to get array of strings entered manually via UserForm?
The only way after 5 minutes of brainstorming is to use TextBox + 'Add' Button to add entered strings to ListBox and then read content of the ListBox control.
