XlSortOrder enumeration (Excel)
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). |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.