You can send the "EM_EXLIMITTEXT" message to increase the characters limit:

Code:
Private Const EM_EXLIMITTEXT As Long = &H435, lMaxLimit As Long = &H7FFFFFFF

SendMessage RichTextBox.hWnd, EM_EXLIMITTEXT, 0&, lMaxLimit