With Sheets(NomDeLaFeuilFormation)
'les textbox en haut sous ComboBoxBase
If .Cells(Lig, 1) = "" Then
If .Cells(3, 1) <> "*" Then .Cells(Lig, 1) = TextBoxNoOrdre
If .Cells(3, 2) <> "*" Then .Cells(Lig, 2) = TextBoxNom
If .Cells(3, 3) <> "*" Then .Cells(Lig, 3) = TextBoxPrenom
If .Cells(3, 4) <> "*" Then .Cells(Lig, 4) = TextBoxService
End If 'TextBoxPrevisFormation
'les textbox en bas sous ListView
If .Cells(3, 5) <> "*" Then .Cells(Lig, 5) = TextBoxDernFormation
If .Cells(3, 7) <> "*" Then .Cells(Lig, 7) = [COLOR="Red"]CDate(TextBoxPrevisFormation)[/COLOR]
If .Cells(3, 9) <> "*" Then .Cells(Lig, 9) = TextBoxComment
If .Cells(3, 10) <> "*" Then .Cells(Lig, 10) = TextBoxJourRestant
'If .Cells(3, 7) <> "*" Then .Cells(Lig, 7) = TextBoxAcostage
If .Cells(3, 8) <> "*" Then .Cells(Lig, 8) = Info
End With