I am inserting into a word doc using the WordApp.ActiveDocument.Range.InsertAfter(). However after I do this the cursor is in the front position of the insertion. I have tried Insert After and Insert Before? I have tried to copy to the clipboard and just paste but using this adds a #13 to the paste and I dont want that. I just want the user of word to be able to hit a Fkey and automatically paste at that point some formatted text then continue at that point typing... any ideals? I am using Delphi 4 Pro.
Thanks Roy