Word VisualBasic Script

Sub rowHeight()
    ActiveDocument.Tables(4).Rows(2).HeightRule = wdRowHeightAuto
End Sub