Combobox list items
Combobox1.Value = "List Item 1"
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
"joeeng" wrote in message
...
Can a Combobox list contain only one item? For instance,
Combobox.List = "List Item 1"
or
Combobox.List = Range(Cells(1,1),cells(1+Ivalue,1)).Value
where Ivalue=0 sometimes
I keep getting an error "List property cannot be set"
|