Word VisualBasic Script

Sub height()
    Documents("Tables.doc").Tables(3).Rows(3).Height = 33
End Sub