Dim Ligne_Courante as long
Dim Date_Inscription as Variant
'Date inscription des lignes ------------------------------------------'
Date_Inscription=Now()
'Feuille satisfaction_Client ------------------------------------------'
Sheets("Satisfaction_client").Select
'Détermination ligne courante -------------------------------------- '
Ligne_Courante=range("AE65536").End(xlUp).Row + 1
Range("AE" & ligne_courante)=date_courante
For y = 1 To 5
Cells(Ligne_Courante, y).Offset(0,0) = Me.Controls("optionbutton" & y)*-1
Cells(Ligne_Courante, y).Offset(0,5) = Me.Controls("optionbutton" & y+70)*-1
Cells(Ligne_Courante, y).Offset(0,10) = Me.Controls("optionbutton" & y+5)*-1
Cells(Ligne_Courante, y).Offset(0,15) = Me.Controls("optionbutton" & y+75)*-1
Cells(Ligne_Courante, y).Offset(0,20) = Me.Controls("optionbutton" & y+10)*-1
Cells(Ligne_Courante, y).Offset(0,25) = Me.Controls("optionbutton" & y+80)*-1
next Y
' Feuille Maintenabilité ---------------------------------------------'
Sheets("Maintenabilité").Select
'Détermination ligne courante -------------------------------------- '
Ligne_Courante=range("AE65536").End(xlUp).Row + 1
Range("AY" & ligne_courante)=date_courante
For y = 1 To 5
Cells(Ligne_Courante, y).Offset(0,0) = Me.Controls("optionbutton" & y+15)*-1
Cells(Ligne_Courante, y).Offset(0,5) = Me.Controls("optionbutton" & y+85)*-1
Cells(Ligne_Courante, y).Offset(0,10) = Me.Controls("optionbutton" & y+20)*-1
Cells(Ligne_Courante, y).Offset(0,15) = Me.Controls("optionbutton" & y+90)*-1
Cells(Ligne_Courante, y).Offset(0,20) = Me.Controls("optionbutton" & y+25)*-1
Cells(Ligne_Courante, y).Offset(0,25) = Me.Controls("optionbutton" & y+95)*-1
Cells(Ligne_Courante, y).Offset(0,30) = Me.Controls("optionbutton" & y+30)*-1
Cells(Ligne_Courante, y).Offset(0,35) = Me.Controls("optionbutton" & y+100)*-1
Cells(Ligne_Courante, y).Offset(0,40) = Me.Controls("optionbutton" & y+35)*-1
Cells(Ligne_Courante, y).Offset(0,45) = Me.Controls("optionbutton" & y+105)*-1
Cells(Ligne_Courante, y).Offset(0,50) = Me.Controls("optionbutton" & y+40)*-1
Cells(Ligne_Courante, y).Offset(0,55) = Me.Controls("optionbutton" & y+110)*-1
next Y