PasteAsNestedTable Method Example

This example pastes the contents of the Clipboard into the third cell of the first table in the active document.

ActiveDocument.Tables(1).Rows(1).Cells(3).Range _
    .PasteAsNestedTable