I am working on project which involves some text sorting in Word 2003. I am trying to sort the range of text ascending. VBA code for sorting looks like this:
Selection.Sort ExcludeHeader:=False, FieldNumber:="Paragraphs", _ SortFieldType:=wdSortFieldAlphanumeric,