hitch_hiker
Active Member
- Joined
- Feb 21, 2012
- Messages
- 294
I am trying to setup a 2 column combobox in a userform, the userform works, but the combobox does not load any data, the explanation on the site where I plagiarised the code from says to use 'Private Sub UserForm_Initialize()' but the code for the combobox comes up with 'Private Sub cboPart_Change()', I don't know how the cboPart_Change() got put in the code, but when I change it to 'UserForm_Initialise()' , I get a error #9 subscript our of range. do I need to change the "UserForm" to the actual name of the user form e.g. "frmProductList". or have I confused myself , and do I need to do something different?