Hi again!
Just wanted to post a solution a found to the problem described in my previous thread. Only thing I did was to fill a unidimensional matrix (vector) with the filtered list and then assign the values of this matrix to the combobox list instead of adding the values one by one using the "AddItem" method. I have what I wanted but I'd like to know (for future reference) why in this case there's a difference between asigning values to a list via the additem method vs adding values via the combobox.List() = Matrix method. Here's the modifyied routine:
and that's all it took to make my routine work but Why???
Thanks for any comment on this regard !!!
Bookmarks