method Property.SortItems ([Ascending as Variant], [Reserved as Variant])
Sorts the list of items in a drop down list editor.

TypeDescription
Ascending as Variant A boolean expression that indicates the sort order of the items. By default, is the Ascending parameter is True, if it is missing.
Reserved as Variant Not used. For future use only.
Use the SortItems method to sort the items in a drop down list editor. Use the AddValue method to add predefined values to the drop down list. Call the SortItems after adding values to a drop down list editor.