vba set height of row code example Example: vba set row height Sub RowHeight() Rows("1:1").RowHeight = 30 End Sub