having some trouble
I have 1 main RTB
I have another small RTB
I have several other plain textboxes

I want everything to be appended into the 1 main RTB. Trouble is, I want to keep the formatting when copying from the 1 small RTB into the main RTB but its not working.

I've tried to append text to the main RTB for each control then when I Get to the mini RTB control, I append it to the main RTB, select that text, change the font to underlined, then continue on but makes everything underlined....

any ideas how to accomplish this task?

so I only want a specific portion of the main RTB the same formatting as the mini RTB