Skip to main content

Range.Left property

Table of contents
  1. Syntax
  2. Remarks

Returns a Variant value that represents the distance, in points, from the left edge of column A to the left edge of the range.

Syntax

expression.Left

expression A variable that represents a Range object.

Remarks

If the range is discontinuous, the first area is used. If the range is more than one column wide, the leftmost column in the range is used.

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>