Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey all,
I have a ComboBox on a Userform that I want to populate with a list of choices from a single cell. The cell has values like Yes, No, Maybe, I Don't Know. They are all separated with a comma. Is there a way to do this? Right now if I do this With ComboBox1 .AddItem (The Cell I want) End With The ComboBox gets populated with all the cell contents on a single line. I would like each string separated by a comma in the cell, to be on a separate line in the ComboBox. Any ideas will be appreciated. Thanks, Kyle |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to I create a comma separated values file | Excel Discussion (Misc queries) | |||
Fixing Comma Separated Values (.csv) | Excel Discussion (Misc queries) | |||
summing comma separated values in a range | Excel Programming | |||
summing comma separated values in a range | Excel Programming | |||
CSV (Comma Separated Values) delimiter ? | Excel Programming |