' Copier la plage dans Excel
Sheets("Export_tableaux").Range(Sheets("Export_tableaux").Cells(2, colonne_decale), Sheets("Export_tableaux").Cells(DerniereLigne, colonne_decale + 4)).Copy
' Coller la plage dans Word
' oWdApp.Selection.Paste
' oWdApp.Selection.PasteSpecial
oWdApp.Selection.PasteSpecial _
Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks:=False, Transpose:=False