Dim NbrRotation As Byte
''''''''''''''''''
''''''''''''''
If ObRotation.Value Then
NbrRotation = IIf(CbNbSemRotation.Value = "", 0, CbNbSemRotation.Value)
If NbrRotation = 0 Then MsgBox "Vous avez choisi un Planning à rotation, vous devez sélectionner le nombre de semaines de rotation": CbNbSemRotation.SetFocus: Exit Sub
For i = 1 To NbrRotation
If Me.Controls("CbSemType" & i).Text = Empty Then MsgBox "Vous devez sélectionner " & NbrRotation & " Semaines type": Exit Sub
Next
End If