Range.Height (Excel)
Returns a Double value that represents the height, in points, of the range. Read-only.
To set the height, use the RowHeight property.
Dim pntsHeight As Points
Set pntsHeight = ActiveCell.Height
Returns a Double value that represents the height, in points, of the range. Read-only.
To set the height, use the RowHeight property.
Dim pntsHeight As Points
Set pntsHeight = ActiveCell.Height