Skip to main content

XlSearchOrder enumeration

Specifies the order in which to search the range.

Name Value Description
xlByColumns 2 Searches down through a column, then moves to the next column.
xlByRows 1 Searches across a row, then moves to the next row.

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>