If the list is in column A rows 1 - 10, then you could use Range("A1:A10"). So, it would look like this...
![]()
If ComboBox1.Value = "TypeA" Then ComboBox2.List = .Range("A1:A10").Value
If the list is in column A rows 1 - 10, then you could use Range("A1:A10"). So, it would look like this...
![]()
If ComboBox1.Value = "TypeA" Then ComboBox2.List = .Range("A1:A10").Value
Last edited by gmr4evr1; 10-15-2015 at 04:50 PM. Reason: Corrected code...I had forgetten the .List
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks