InsertRowsAbove Method Example
This example selects the second row in the first table and inserts a new row above it.
ActiveDocument.Tables(1).Rows(2).Select Selection.InsertRowsAbove