SkipVought -> Using data/validation list is not an option.
CluelessChris -> I am not following you. I am using comboboxes from control toolbox, but what do you mean about "testing for type".
Why I am using 50 comboboxes is a long story, and I don't want to go there, but thanks for great answers... I try it out, and let you know how it goes.
Hi,
I have a set of 50 comboboxes in an excel sheet, and I am trying to write values to them through a for-statement... but I can't figure out how.
I have done it by using a form in access, with this code:
For count = 1 To 50
Me("ComboBox" & count) = array(count)
Next
But of course, I can't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.