I need to populate several comboboxes in an Excel sheet upon loading it.
I have the Workbook_Open() event set up on my ThisWorkbook code sheet in my VBA Editor.
Now that the code isn't in my Sheet1 code sheet in my VBA Editor, the following code doesn't work:
ComboBox.AddItem "hulkSMAASH!"
How can I reference this combobox from my ThisWorkbook code sheet in my VBA Editor?