Selection.PasteExcelTable(Boolean, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pastes and formats a Microsoft Excel table.
public:
void PasteExcelTable(bool LinkedToExcel, bool WordFormatting, bool RTF);
public void PasteExcelTable (bool LinkedToExcel, bool WordFormatting, bool RTF);
abstract member PasteExcelTable : bool * bool * bool -> unit
Public Sub PasteExcelTable (LinkedToExcel As Boolean, WordFormatting As Boolean, RTF As Boolean)
Parameters
- LinkedToExcel
- Boolean
Required Boolean. True links the pasted table to the original Excel file so that changes made to the Excel file are reflected in Microsoft Word.
- WordFormatting
- Boolean
Required Boolean. True formats the table using the formatting in the Word document; False formats the table according to the original Excel file.
- RTF
- Boolean
Required Boolean. True pastes the Excel table using Rich Text Format (RTF); False pastes the Excel table as HTML.