I am trying to add an array of Rich Text boxes together into one single Rich Text Box (including the text formating). Having reviewed as many article as I can find I have found no reference to this. I am using the code below but am not getting results. Can anybody point me in the right dirrection please?
temp.TextRTF = ""
For x = 1 To maxlimit
temp.TextRTF = temp.TextRTF + RichTextBox(x).TextRTF
Next x
Thanks
[Edited by Ping on 03-29-2000 at 03:31 PM]
