ColorCodes.RemoveEx

This function removes (deletes) the specified color code from the collection; Item can either be 1-based index or Icon name (with audit log explanation).

Syntax Parameters Return Value
Sub ColorCodes.RemoveEx( _
    Item As Variant, _
    RemoveInfo As RemoveInfo)
  • Item [in]

The 1-based index (or name) of the color code to remove.

Type: Variant

  • RemoveInfo [in]

An explanation for why the item is being removed.

Type: RemoveInfo

This function does not return a value.