|
-
Mar 29th, 2000, 03:27 AM
#1
Thread Starter
Addicted Member
Adding contents of RT boxes
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|