Skip to main content

XlSortOrder enumeration

Specifies the sort order for the specified field or range.

Name Value Description
xlAscending 1 Sorts the specified field in ascending order. This is the default value.
xlDescending 2 Sorts the specified field in descending order.
xlManual -4135 Manual sort (you can drag items to rearrange them).

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>