Managed to figure it out. On a hunch, changed UserForm_Initialize to UserForm_Activate (and removed the .Show) and it worked. I'm still curious why I didn't get any other errors during previous tests with adding items to cbReasonFA during initialize? (because I'm assuming that's where the error actually lies... either that, or hiding the other labels/comboboxes)