hello
I would like to recover the values of the active row( lig, col) with a loop to put them in an Array Array_1()
Public Lig as long
Public Col as long
Sub macro_Combs()
For Lig = 1 To 100 Step 28
For Col = 1 To 1
Next
Cells(Lig, 17).Select
Call Combin_6N
Next
End Sub
I would like to recover the values of the active row( lig, col) with a loop to put them in an Array Array_1()
Public Lig as long
Public Col as long
Sub macro_Combs()
For Lig = 1 To 100 Step 28
For Col = 1 To 1
Next
Cells(Lig, 17).Select
Call Combin_6N
Next
End Sub