AddSelectMenu Method

Adds a drop-down selection list to the dialog box.

object.AddSelectMenu aname, label, items, selected_item
 

Arguments

object

Required.  A variable containing a dialog object created by calling CreateObject or new ActiveXControl.

aname

Required. A name for this drop-down list.

label

Required. The text for the label that will sit to the left of the drop-down list.

options

Required. An array of captions for the options in the drop-down list.

selected_option

Optional. The text for the item that is initially selected.

Remarks
The word "menu" is HTML terminology.

Example
See Single Selection Controls.