ColorCodes.Remove
This function removes (deletes) the specified color code from the collection; Item can either be 1-based index or Icon name.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub ColorCodes.Remove( _
Index As Variant)
|
Index [in]
The 1-based index of the color code to remove. Type: Variant |
This function does not return a value. |