Skip to main content

Range.Height property

Table of contents
  1. Syntax
  2. Remarks

Returns a Double value that represents the height, in points, of the range. Read-only.

Syntax

expression.Height

expression A variable that represents a Range object.

Remarks

To set the height, use the RowHeight property.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>