This is what I tried
Text1.Text = mystr & vbCrLf
Text1.SelStart = Len(Text1) 'Finds the starting point to append text
Text1.SelText = mystr & vbCrLf 'Appends text
This is what I get!! two lines that both lines change as data comes in.
88:88 88/88
88:88 88/88
Bookmarks