Worksheet.StandardHeight property (Excel)
Returns the standard (default) height of all the rows on the worksheet, in points. Read-only Double.
Syntax
expression.StandardHeight
expression A variable that represents a Worksheet object.
Example
This example sets the height of row one on Sheet1 to the standard height.
Worksheets("Sheet1").Rows(1).RowHeight = _
Worksheets("Sheet1").StandardHeight
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.