View Single Post
 
Old 10-15-2012, 01:14 AM
ramsgarla ramsgarla is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Sep 2012
Posts: 21
ramsgarla is on a distinguished road
Default

pWrdDoc.Sections.Last.Range.PasteAndFormat(Word.WdRecoveryType.wdFormatOriginalFormatting)

That's the code i am using to paste content from RTF to Word 2010,
where pWrdDoc is a instance of Word document.
Reply With Quote