Mega Code Archive

 
Categories / VisualBasic Script / Word
 

Setting the Height of One or More Rows

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