Add Text to Combo box

N

Newby07

How do you enter the text or "options" into the combo box list? I was trying
to use the Control Toolbox for this but after reading some other posts wasn't
sure if I should be using the Forms Toolbar.
 
T

Toppers

For Control Toolbox:

Right click on the combo box, select Properties and then put a range in the
"ListFillRange" option.

If your options are in Sheet2 A1 to A10, then ListFillRange=Sheet2!A1:A10

HTH
 
Top