This has been ongoing now for a while . I have 2 RTB's . You tyoe in one hit the button and it goes to the other real simple . You can choose font and color . What I can't get it to due is insert a vbCrlf char between the old text and the new text . The following doesn't work .
If your board or want to help icq me at 67477015 and I'll send you the simple form .Code:Dim oldRTF, newrtf As String oldRTF = rtbChat.SelText newrtf = oldRTF & vbCrLf & strRTF$ rtbChat.SelRTF = newrtf
Regards ,
[]P


Reply With Quote