Adding a Row to a Table
Sub addRow() Documents("yourDoc.doc").Tables(1).Rows.Add BeforeRow:=1 End Sub