Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 880 Bytes

Excel.Range.UseStandardHeight.md

File metadata and controls

37 lines (22 loc) · 880 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.UseStandardHeight property (Excel)
vbaxl10.chm144213
vbaxl10.chm144213
Excel.Range.UseStandardHeight
59e0be39-25ea-c18d-919d-506d4f041f45
05/11/2019
medium

Range.UseStandardHeight property (Excel)

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.

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.

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

[!includeSupport and feedback]