Can the data source for a combo box be an Array? If so, how is it specified? Thank you
S Sandy Jan 22, 2009 #1 Can the data source for a combo box be an Array? If so, how is it specified? Thank you
E Eduardo Jan 22, 2009 #2 Hi Sandy, Yes you can see Debra Web http://www.contextures.com/xlDataVal01.html
S Sandy Jan 22, 2009 #3 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.
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.
J Jim Cone Jan 22, 2009 #4 ComboBox1.List = Arr() -- Jim Cone Portland, Oregon USA "Sandy" <[email protected]> wrote in message Can the data source for a combo box be an Array? If so, how is it specified? Thank you
ComboBox1.List = Arr() -- Jim Cone Portland, Oregon USA "Sandy" <[email protected]> wrote in message Can the data source for a combo box be an Array? If so, how is it specified? Thank you
E Eduardo Jan 22, 2009 #5 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
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