this code is working fine, but any other ways of doing this code?
Code:
Private Sub RTB_Change()
RTB.SelStart = Len(RTB.Text)
End Sub
because its cursor will round back once and then go to the end of the sentence. it couse vertical scrool bar to go up and down.
any idea? thanks for any help.

Regards,