method Editor.RemoveItem (Value as Long)
Removes an item from the editor's predefined values list.

TypeDescription
Value as Long A long expression that indicates the index of the item being removed, or a string expression that indicates the caption of the item being removed.
Use the RemoveItem method to remove an item from the editor's predefined values list. Use the ClearItems method to clear the entire list of editor items. Use the DropDownVisible property to hide the editor's drop-down window.