This has got to be the noob question of all noob questions, but I need a combo box preloaded with entries when the excel file opens. Why doesn't this work?
Code:
Private Sub Worksheet_Activate()
cboReimbMthd.AddItem "STD"
cboReimbMthd.AddItem "LOUwBD"
cboReimbMthd.AddItem "Model"
End Sub