How are you tracking the changes anyway? Using one of these?:

Code:
   Private Sub RichTextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RichTextBox1.TextChanged

    End Sub
If you are using these events separately for each box, it should work appropriately.