Instead of appending the values to a variable can you try appending it directly to the RichTextBox if it makes any difference?
Code:RichTextBox1.SelStart = Len(RichTextBox1.Text) RichTextBox1.SelText vbNewLine & "*************************"
|
Results 1 to 8 of 8
Hybrid View
|
Click Here to Expand Forum to Full Width |