Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Value list in Excel 2000 list box

Status
Not open for further replies.

mmr3b9

Programmer
Jul 7, 2003
23
0
0
US
I'm trying to make a list box in Excel that takes a value list from a semicolon deliminted string (ie, "how; now; brown; cow"). In Access, I'd just set the RowSourceType to "Value List" and then assign the string to RowSource, but there isn't any RowSourceType in Excel.

I know I could make a list on a worksheet and then set the RowSource to equal that, but that's messy and I'd like to avoid doing it.

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top