I have a userform with several dozen imagecomboboxes. When the form is loaded, I need each to contain identical options which correspond to a set of image files in a directory.

I have been banging my head against this for many hours now, but frankly I am a bit of a hack when it comes to coding, and I seem to be in over my head. I can basically figure out how to reference the files in their directory, but for the life of me I can't figure out how to populate the ImageComboBox. I have tried to create an ImageList to populate the ImageComboBox from, but I get missing reference errors, which I am also struggling to resolve.

Additionally, what strategy would be 'best practice' to populate all those ImageComboBoxes with the same information without a terrible amount of redundancy?

Thanks for the help!