Group: microsoft.public.word.vba.general From: "Klaus Linke" Date: Thursday, March 13, 2008 2:59 PM Subject: Re: Copy and Paste RTF string
Hi,
I'd save the RTF string as a temp.RTF file in the Windows Temp folder,
insert that RTF file in the document, then kill the file.
Unless it results in a real speed problem, that'd probably be the simplest
solution.