Description
Add item to the combo box. It should be called before AddCombo.
Returns the index of the added item.
Syntax
object.ComboAddItem(strItemName, lngItemData) |
object
Required. Object name, returned by Dim idlg As InputDlg = New InputDlg.
strItemName
Item name as it appears in the combo.
lngItemData
Item value.
Example
See example in AddCombo
See also