Thanks, but nothing I am trying is working. Is it possible to drive the dropdown in a form from a list in the spreadsheet itself? Such as Range ("A1:A3"). I tried this as well and it doesn't work. In range A1-A3 I have colors listed... Blue, Red, Black
Private Sub ComboBox1_Change()
ComboBox1.RowSource = Range("A1:A3")
End Sub
Doesn't seem like it should be this difficult. I am not familiar with the UserForm_Initialize code.
Thanks