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