S
Shadow
Any kind of help is much appreciated.
How can I retrieve the values typed by a user in a multiline textbox?
The users of a form type several values in a multiline textbox ( hitting
Enter key on the keyboard after each value). Now in a vba function I need to
know which value is typed in the first line , what is typed in second line ,
........
For example, a user types 111 in the first line of the multiline textbox and
222 in the second line and 333 in the third line. Now I need to know what
the second of the second line of this textbox is typed.
Thanks for any kind of advice
How can I retrieve the values typed by a user in a multiline textbox?
The users of a form type several values in a multiline textbox ( hitting
Enter key on the keyboard after each value). Now in a vba function I need to
know which value is typed in the first line , what is typed in second line ,
........
For example, a user types 111 in the first line of the multiline textbox and
222 in the second line and 333 in the third line. Now I need to know what
the second of the second line of this textbox is typed.
Thanks for any kind of advice