With ThisWorkbook.Worksheets("clients")
.Cells(no_ligne, 1) = TxtNom.Value
.Cells(no_ligne, 2) = TxtPrenom.Value
.Cells(no_ligne, 3) = TxtAdresse.Value
.Cells(no_ligne, 4) = TxtCommune.Value
.Cells(no_ligne, 6) = TxtCourriel.Value
.Cells(no_ligne, 7) = TxtTelephone.Value
End With