What Im trying to do is enter in a text using vb.

like

text1.text = "Hello" & [Enter code here] & "World"

it would turn out like this>

Hello
World

<