Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 998 Bytes

Outlook.OlkComboBox.RemoveItem.md

File metadata and controls

44 lines (25 loc) · 998 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlkComboBox.RemoveItem method (Outlook)
vbaol11.chm1000231
vbaol11.chm1000231
Outlook.OlkComboBox.RemoveItem
3fb8d3b4-3568-0b33-0672-8cb4cea31df2
06/08/2017
medium

OlkComboBox.RemoveItem method (Outlook)

Removes the specified item from the list.

Syntax

expression.RemoveItem (Index)

expression A variable that represents an OlkComboBox object.

Parameters

Name Required/Optional Data type Description
Index Required Long A zero-based value indexing into the array of items in the list.

Remarks

If Index is outside the range of the allowed values (between zero and ListCount -1), then an out-of-bounds error will be returned.

See also

OlkComboBox Object

[!includeSupport and feedback]