PasteAppendTable Method

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

expression.PasteAppendTable

expression Required. An expression that returns one of the objects in the Applies To list.

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

Applies to | Range Object | Selection Object