Hi All!
So basically I have a combobox in a userform that I want to be populated by information in a spreadsheet. Easy enough right? Apparently not. I thought the syntax for this was something like:
with *combobox1*
.additem "thing1"
.additem "thing2"
End with
And...