Hi all
How can I start a new line in a textview?
I tried the following, but it doesn't work:
me.textview1.text = "firstline" & vbCrLf & "secondline"
Many thanks!
Liesbeth