Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can the data source for a combo box be an Array? If so, how is it specified?
Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Sandy,
Yes you can see Debra Web http://www.contextures.com/xlDataVal01.html "Sandy" wrote: Can the data source for a combo box be an Array? If so, how is it specified? Thank you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for this link - I found a lot of interesting stuff but I am not
finding the answer to my question. How to specify the array as the row source for a combo box. "Eduardo" wrote: Hi Sandy, Yes you can see Debra Web http://www.contextures.com/xlDataVal01.html "Sandy" wrote: Can the data source for a combo box be an Array? If so, how is it specified? Thank you |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Sandy,
That is made through a code according to how you named your tabs see same web different page http://www.contextures.com/xlDataVal11.html Scroll down to the title Add the Code "Sandy" wrote: Thank you for this link - I found a lot of interesting stuff but I am not finding the answer to my question. How to specify the array as the row source for a combo box. "Eduardo" wrote: Hi Sandy, Yes you can see Debra Web http://www.contextures.com/xlDataVal01.html "Sandy" wrote: Can the data source for a combo box be an Array? If so, how is it specified? Thank you |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ComboBox1.List = Arr()
-- Jim Cone Portland, Oregon USA "Sandy" wrote in message Can the data source for a combo box be an Array? If so, how is it specified? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combo Box row Source | Excel Programming | |||
Combo Boxes as data source for a grapgh | Excel Programming | |||
Combo box Row source | Excel Programming | |||
Variable row data source for combo boxes? | Excel Programming | |||
combo box from data validation with source list in separate sheet | Excel Worksheet Functions |