I'm really up for being corrected, but I don't see what's wrong. Isn't this code passing text into the textbox ?
me.Text0.Text = Join(a, vbCrLf)
'a' is my text array which is joined with crlf. I don't follow this being a "control value" ?
It is doing what's wanted, except adding a extra line at...