
Newbie: Set a combo box style(2)/Dropdown list to the first element in the list
If Combo1.Listcount >= 0 then
Combo1.Listcount = 0
end if
Quote:
> Help
> I'm trying to find out how to set a combo box (style 2) to the first
element
> in its list. I presume it has something to do with listindex but I can't
> find out how to do it, does anyone know how to do this.
> Thanks in advance
> Bevan