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:
cbVragVerwysing.List = NewArr(tempCntr)
Can someone please give me advice or help on how...