There is a maximum size that needs to be respected though... the total length of the text argument to the Range object is either 255 or 256 total characters.Is that what you are trying to do?
You can keep adding more rows, separated by commas.Code:Sub Rsize() Range("7:7, 16:16").RowHeight = 20 End Sub