3.7.5.102.7 wks.col.edit

Syntax

wks.col.edit

Type

numeric

Access

Read/write

Description

Adds one of the following controls to each cell in the column. Options =2 and =3 require the user to click into the cell for the control to show: 1 = unselected check box, 2 = list box (not editable), 3 = combobox (editable). Remove controls using wks.col.edit = 0 (e.g. wks.col2.edit=2; //add list box to column 2, wks.col2.edit=0; // remove list box from column 2).

Examples

See also