Private Sub cboNomPrenom_Change()
txtCourriel = Sheets("MEMBRES 2021").Range("G" & Me.cboNomPrenom.ListIndex + 2)
Me.txtTelephone = Sheets("MEMBRES 2021").Range("F" & Me.cboNomPrenom.ListIndex + 2).Text
End Sub
Private Sub cboNomPrenom_Change()
txtCourriel = Sheets("LISTES").Range("C" & Me.cboNomPrenom.ListIndex + 2)
Me.txtTelephone = Sheets("LISTES").Range("E" & Me.cboNomPrenom.ListIndex + 2).Text
End Sub