What you could do is on the click event of the combo box, check if text1 is empty, if its empty fill it with combo1.text, if it is not empty, then check text2, if its empty fill it, if its not goto next text box...etc
Private Sub Combo1_Click()
If Text1.Text & "" = "" Then...