I want to create an empty instance of a Word Document and then insert RTF formated text into it and save it via VB 6 code (COM object). No problem create a Word instance using " Set example = CreateObject("Word.Application")"
but from that point I am not sure what to do and can't find examples other than insert text into ranges, tables and in my case I am inserting RTF text into the instance.



