Word Automation: Write RTF text without going through clipboard
Put the RTF in a file instead of the clipboard, then insert from the file, e.g.
Selection.InsertFile FileName:="myfile.rtf", Range :="", _ ConfirmConversions:=False, Link:=False, Attachment:=False