That was a typo.
What you need to do is add the code to populate the combobox at the end of the code that add's a new candidate to the worksheet.
These are the lines of code that populate the combobox.
The If was added to take care of there only being one canidate.
What I suggest you do is this.
Create a new sub called PopCandidateCombo in the userform module.
Paste the above code into the sub.
Now change the userform Initialize event code to this which calls the new sub.
At the end of the code to add a new candidate add this.
Now when you add a new candidate the combobox should get updated.
Bookmarks