It is very simple, I would like to add a line to a textbox that already contain lines.
I supposed it would be
Textbox.Text = "new line" & Chr(x) & Textbox.Text

but I haven't found it yet