Danke für den Tip. Habe es jetzt so gelöst:
Dim body As NotesRichTextItem
Set body = doc.GetFirstItem("body")
Dim new_body As NotesRichTextItem
Set new_body = New NotesRichTextItem(hotdoc, "bemerk" )
Call new_body.AppendRTItem( body)
Call hotdoc.Save(True,False,True)
Aber das Problem ist leider noch da.