Syntax

expression.UseStandardHeight

expression A variable that represents a Range object.

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Rows(1).UseStandardHeight = True
Can I make all of the rows a standard height How do I reset the row height to the standard height? set standard row height use standard height Use Standard Height Property usestandard UseStandardHeight UseStandardHeight Property

See also: