method Editor.SortItems ([Ascending as Variant], [Reserved as Variant])
Sorts the list of items in the editor.

TypeDescription
Ascending as Variant A boolean expression that indicates the sort order of the items.
Reserved as Variant For future use only
Use the SortItems method to sort the items in a drop down editor. Use the AddItem or InsertItem method to add new items to the control. Use the RemoveItem method to remove an item. Use the ClearItems method to clear the items. Use the ExpandAll method to expand all items.