UseStandardHeight Property [Excel 2003 VBA Language Reference]

True if the row height of the Range object equals the standard height of the sheet. Returns Null if the range contains more than one row and the rows aren't all the same height. Read/write Variant.

Example

This example sets the height of row one on Sheet1 to the standard height.

Worksheets("Sheet1").Rows(1).UseStandardHeight = True

Applies to | Range Collection

See Also | RowHeight Property | StandardHeight Property | UseStandardWidth Property