Range.PasteExcelTable (Word)
Colle et met en forme un tableau Microsoft Excel.
PasteExcelTable (LinkedToExcel, WordFormatting, RTF)
Sub PasteExcelFormatted()
Selection.PasteExcelTable _
LinkedToExcel:=True, _
WordFormatting:=False, _
RTF:=True
End Sub
Arguments
Les arguments nommés :
LinkedToExcel (Boolean) - True pour lier le tableau collé au fichier Excel d'origine, afin de répercuter dans Microsoft Word les modifications apportées au fichier Excel.
WordFormatting (Boolean) - True pour mettre en forme la table à l'aide de la mise en forme du document Word.
RTF (Boolean) - La valeur True colle le tableau Excel au Format RTF (RICH Text Format).