combo box

R

Raymond

I created a combo box in which I want to add name of several countries.
However, I can't find how I can add each country name, then click on the
point down arrow to see them all.

Thanks
 
S

Squid

Create the list of countries in range. Then in design
mode, right click the combo box and choose properties.
The ListFillRange property will be your range. LinkCell
property will be the cell that you want to display then
selected item.
 
Top