Hi,

I am working with FreeFile, and instead of adding 2 textboxes, I am using only 1 multiline textbox. And I would like to know how to declare each line of that TextBox in my vba code?

    TextBox1$ = UserForm1.TextBox1
This will take the whole box.

Thanks for help.