InsertRowsBelow Method Example

This example selects the second row in the first table and inserts a new row below it.

ActiveDocument.Tables(1).Rows(2).Select
Selection.InsertRowsBelow