For Each C In plage
If C.Value <> "" And Not mondico.exists(C.Value) Then
mondico.Add C.Value, C.Value 'Tu charges le Dico
Me.ComboCouleur.List = mondico.items 'Ici tu colles (a chaque Boucles , les Items dans le Userform
End If
Next C
'--avec tri
temp = mondico.Keys 'ici tu récupères les Items
Call Tri(temp, LBound(temp), UBound(temp)) 'Tu vas les trier
Me.ComboCouleur.List = temp '-------> et ici aussi Lol