Setting the Height of One or More Rows
Sub rowHeight() ActiveDocument.Tables(4).Rows(2).HeightRule = wdRowHeightAuto End Sub