DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
For n = 2 To [d20000].End(3).Row
If Columns(4).Find(Cells(n, "d")).Row = n And Trim(Columns(4).Find(Cells(n, "d"))) > "" Then
ComboBox1.AddItem Cells(n, "d")
End If
Next
ComboBox2.Clear
If ComboBox1.ListIndex >= 0 Then
For n = 2 To [d2000].End(3).Row
If Cells(n, "d") = ComboBox1.Text Then
If ComboBox2.ListCount > 0 Then
eslestir = 0
For xx = 0 To ComboBox2.ListCount - 1
If Cells(n, "e") = ComboBox2.List(xx) Then eslestir = 1
Next xx
If eslestir = 0 Then ComboBox2.AddItem Cells(n, "e")
Else
ComboBox2.AddItem Cells(n, "e")
End If
End If
Next
End If
For a = 2 To [a65536].End(3).Row
If WorksheetFunction.CountIf(Range("d2:d" & a), Cells(a, "d")) = 1 Then ComboBox1.AddItem Cells(a, "d")
Next
ComboBox2.Clear
For a = 2 To [a65536].End(3).Row
deg = Evaluate("=SUMPRODUCT((D2:D" & a & "=""" & ComboBox1 & """)*(E2:E" & a & "=""" & Cells(a, "e") & """))")
If Cells(a, "d") = ComboBox1 And Cells(a, "e") <> "" And deg = 1 Then ComboBox2.AddItem Cells(a, "e")
Next
Yukarıda incelerseniz zaten istediğinize duyarlı tanımlamıştım.combo 2 den herhangi birini seçince 1 ile bağlantısız olan
seçenekleride listeliyor.Örneğin cam 1 no lu boxtan seçince 2 den buzlu seçince poşet buzlularda listeleniyor.????????????
İnan sorunun senin çok rahat çözebileceğin kadar basit. Dosyanı incelediğimde,combo1 den poşet seçip combo 2 den buzlu yu seçince listboxa cam ve buzlu larda listeleniyor