Sub Macro1()
'
' Macro1 Macro
' Macro enregistrée le 14/02/2006 par
Sheets('Feuil1').Select
If Cells(3, 3).Value = 'Int' Or Cells(3, 3).Value = 'F1' Or Cells(3, 3).Value = 'F2' Or Cells(3, 3).Value = 'F3' Or Cells(3, 3).Value = 'F4' Or Cells(3, 3).Value = 'F5' Or Cells(3, 3).Value = 'AAF1' Or Cells(3, 3).Value = 'AAF2' Or Cells(3, 3).Value = 'AAF3' Then
Cells(3, 20).FormulaR1C1 = 'Oui'
Cells(3, 21).FormulaR1C1 = 'Non'
Cells(3, 22).FormulaR1C1 = 'Non'
Cells(3, 23).FormulaR1C1 = 'Non'
Cells(3, 24).FormulaR1C1 = 'Non'
End If
If Cells(3, 3).Value = 'L1' Or Cells(3, 3).Value = 'L2' Or Cells(3, 3).Value = 'L3' Or Cells(3, 3).Value = 'Cand' Or Cells(3, 3).Value = 'AAL1' Or Cells(3, 3).Value = 'AAL2' Then
Cells(3, 20).FormulaR1C1 = 'Non'
Cells(3, 21).FormulaR1C1 = 'Oui'
Cells(3, 22).FormulaR1C1 = 'Non'
Cells(3, 23).FormulaR1C1 = 'Non'
Cells(3, 24).FormulaR1C1 = 'Non'
End If
If Cells(3, 3).Value = 'D1' Or Cells(3, 3).Value = 'D2' Or Cells(3, 3).Value = 'Prom' Or Cells(3, 3).Value = 'D3' Or Cells(3, 3).Value = 'D4' Or Cells(3, 3).Value = 'AAL3' Then
Cells(3, 20).FormulaR1C1 = 'Non'
Cells(3, 21).FormulaR1C1 = 'Non'
Cells(3, 22).FormulaR1C1 = 'Oui'
Cells(3, 23).FormulaR1C1 = 'Non'
Cells(3, 24).FormulaR1C1 = 'Non'
End If
If Cells(3, 3).Value = 'JAL' Then
Cells(3, 20).FormulaR1C1 = 'Non'
Cells(3, 21).FormulaR1C1 = 'Non'
Cells(3, 22).FormulaR1C1 = 'Non'
Cells(3, 23).FormulaR1C1 = 'Oui'
Cells(3, 24).FormulaR1C1 = 'Non'
End If
If Cells(3, 3).Value = 'JAD' Then
Cells(3, 20).FormulaR1C1 = 'Non'
Cells(3, 21).FormulaR1C1 = 'Non'
Cells(3, 22).FormulaR1C1 = 'Non'
Cells(3, 23).FormulaR1C1 = 'Non'
Cells(3, 24).FormulaR1C1 = 'Oui'
End If
End Sub