RowHeight Property Example
This example doubles the height of row one on Sheet1.
With Worksheets("Sheet1").Rows(1) .RowHeight = .RowHeight * 2 End With