Skip to main content

Range.CalculateRowMajorOrder method

Table of contents
  1. Syntax
  2. Return value
  3. Remarks

Calculates a specified range of cells.

Syntax

expression.CalculateRowMajorOrder

expression An expression that returns a Range object.

Return value

Variant

Remarks

The CalculateRowMajorOrder method calculates the specified range cell-by-cell, from its top-left corner to its to bottom-right corner in row-major order. This is the same process that is used by Excel 2000 and earlier versions to calculate a range.

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>