damianhuerta
New Member
- Joined
- Aug 31, 2011
- Messages
- 3
Hi everybody,
I am using a combo box with a named range (Colors). However, the named range has the items written as a constant array. More specifically, In the "Refers to:" box, I wrote the following:
={"white";"black"}
Now, these are the only two options of colors that I need. Notice, they do not reference to a range of cells contained in a worksheet (just to avoid putting more lists in my workbook).
When I try to use this Named Range "Colors" in the "Input Range" field of the Combo Box (the one from the Form Controls), it gives me a msg box stating an invalid reference.
Basically, I want to hardcode the Items of my list in the Named Range "Colors" to then use the list in my combo box. Suggestions??
I am using a combo box with a named range (Colors). However, the named range has the items written as a constant array. More specifically, In the "Refers to:" box, I wrote the following:
={"white";"black"}
Now, these are the only two options of colors that I need. Notice, they do not reference to a range of cells contained in a worksheet (just to avoid putting more lists in my workbook).
When I try to use this Named Range "Colors" in the "Input Range" field of the Combo Box (the one from the Form Controls), it gives me a msg box stating an invalid reference.
Basically, I want to hardcode the Items of my list in the Named Range "Colors" to then use the list in my combo box. Suggestions??