Greetings!

I have a problem ... I'm creating a program that needs to load 60 comboxes with certain data. Actally, this data is coming from an array, and it works well when I load 1 combo box.

My question is how can I utilize the object-oriented capabilities of vba to have all the comboboxes just going to one sub routine?

In other words, I would like to have a generic name for all the combo boxes, so they all go to the same sub routine instead of going to 60 dofferent ones.

Thank you very much!


Eduardo