Range.PasteAppendTable method (Word)

Merges pasted cells into an existing table by inserting the pasted rows between the selected rows. No cells are overwritten.

Syntax

expression. PasteAppendTable

expression Required. A variable that represents a Range object.

Example

This example pastes table cells by inserting rows into the current table at the insertion point. This example assumes that the Clipboard contains a collection of table cells.

Sub PasteAppend 
 Selection.PasteAppendTable 
End Sub

See also

Range Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.