Y
Yann
Guest
Voici mon problème:
For Each cellule In Range("A7:A36")
Y = ActiveCell.Row
If Not IsEmpty(cellule) Then
ComboBoxAvis <----------------------------------
End If
Je voudrais ajouter le numéro de ligne au nom du combobox.Merci d'avance.
For Each cellule In Range("A7:A36")
Y = ActiveCell.Row
If Not IsEmpty(cellule) Then
ComboBoxAvis <----------------------------------
End If
Je voudrais ajouter le numéro de ligne au nom du combobox.Merci d'avance.