If Me.TextBox20.Value + Me.TextBox21.Value + Me.TextBox22.Value + Me.TextBox23.Value + Me.TextBox24.Value + Me.TextBox25.Value + Me.TextBox26.Value + Me.TextBox27.Value >= "1" Then
Feuille.Range("B" & Maligne).Value = "1"
Else
Feuille.Range("B" & Maligne).Value = ""
End If