Sub Tbls_Format_1() 'Format all tables in active doc. Dim oTbl As word.Table For Each oTbl In ActiveDocument.Tables oTbl.rows.HeightRule = wdRowHeightAtLeast Next oTbl End Sub