Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 930 Bytes

Word.Range.SortDescending.md

File metadata and controls

36 lines (21 loc) · 930 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.SortDescending method (Word)
vbawd10.chm157155498
vbawd10.chm157155498
Word.Range.SortDescending
018f7566-29cb-ad7f-87ae-55f041ab72a1
06/08/2017
medium

Range.SortDescending method (Word)

Sorts paragraphs in descending alphanumeric order.

Syntax

expression. SortDescending

expression Required. A variable that represents a Range object.

Remarks

The first paragraph or table row is considered a header record and isn't included in the sort. Use the Sort method to include the header record in a sort.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

Range Object

[!includeSupport and feedback]