Selection.SortDescending method (Word)
Sorts paragraphs or table rows within the selection in descending alphanumeric order.
Syntax
expression. SortDescending
expression Required. A variable that represents a Selection object.
Remarks
This method offers a simplified form of sorting intended for mail-merge data sources that contain columns of data. For most sorting tasks, use the Sort method.
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.