Public Nb1 As Byte, Nb2 As Byte, Nb3 As Byte, li As Integer, Co As Integer
Sub Trouve_Combi()
[J6:L1048576].ClearContents
li = 6
Co = 10
For Nb1 = [J5] To [P5]
For Nb2 = [K5] To [Q5]
For Nb3 = [L5] To [R5]
Cells(li, Co) = Nb1
Cells(li, Co + 1) = Nb2
Cells(li, Co + 2) = Nb3
li = li + 1
Next
Nb3 = [L5]
Next
Nb2 = [K5]
Next
End Sub