Hi,
First time poster, long time reader.....

So Im trying to write a function in excel that INITIALIZES and fills a combo box. This would be required in a work sheet. So far I've only been able to find code which alters an already existing combobox. So the main problem I have is initiating(creating) a new combo box in VBA code, rather than through menus in excel. The program I am making is a product selection guide, and depending on what the user inputs, additional combo boxes may or may not have to be created. Again this is in a worksheet, not a user form.

Any help or suggestions would be greatly appreciated,
Thanks.