Registriert seit: 22. Sep 2005
221 Beiträge
Delphi 12 Athens
|
Re: Word Automation, Bookmark, mehrfach Paste
15. Nov 2007, 15:47
nun hab ich die Antwort selber gefunden:
http://msdn2.microsoft.com/de-de/library/microsoft.office.interop.word.range.paste(VS.80).a spx
nebst
http://msdn2.microsoft.com/de-de/library/microsoft.office.interop.word.range.collapse(VS.80 ).aspx
Das wesentliche daraus:
'If you don't want to replace the contents of the range, use the Collapse method before using this method.'
|