Marlon was telling us:
Marlon nous racontait que :
> It is there a way to replicate the contents of a range,
> just like doing copy and paste using VBA in Word?
E.g., to copy the selected range at the end of the document:
'_______________________________________
Dim Range1 As Range
Dim Range2 As Range
Set Range1 = Selection.Range.FormattedText
Set Range2 = ActiveDocument.Range
Range2.Collapse wdCollapseEnd
Range2.FormattedText = Range1
'_______________________________________

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org