Selection.SortAscending Method

Word Developer Reference

Sorts paragraphs or table rows in ascending alphanumeric order.

Syntax

expression.SortAscending

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