I have created a list of names in a procedure storing to a Dynamic
Array, but do not know how to enter then into a ComboBox List. I
declared the array as Public and String. Need help
Thanks,
GJ
Dave Peterson - 08 Jun 2007 01:52 GMT
Maybe something like:
me.combobox1.list = myDynamicArrayNameHere
> I have created a list of names in a procedure storing to a Dynamic
> Array, but do not know how to enter then into a ComboBox List. I
> declared the array as Public and String. Need help
>
> Thanks,
> GJ

Signature
Dave Peterson