Yeah I did. I try to stay away from code if I can. But I still like to work with it because I like to learn. Another person had told me about this so I'm trying this to reduce time.
I do appreciate it though, I've printed it out, and definately will be working on it.
jfHewitt,
I do not have a linked cell, this is how I'm filling the combo:
For i = 1 To ActiveWorkbook.Worksheets(1).Range(Me.ComboBox1).Count
Me.ComboBox2.AddItem ActiveWorkbook.Worksheets(1).Range(Me.ComboBox1).Cells(i, 1)
Next i
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.