Hello,
I have a Combobox on a Userform that I want to populate with a Dynamic One Dimensional Array that currently has 26 elements. But the .List method gives me a Subscript Out of Range error.
My code:
Can someone please give me advice or help on how to make it work?
Regards,
Herman
I have a Combobox on a Userform that I want to populate with a Dynamic One Dimensional Array that currently has 26 elements. But the .List method gives me a Subscript Out of Range error.
My code:
Code:
cbVragVerwysing.List = NewArr(tempCntr)
Can someone please give me advice or help on how to make it work?
Regards,
Herman