'pour chaque entreprise, on regarde si elle est planifiée dans le créneau
For j = 1 To NbEntreprises
'on met le numéro de l'entreprise ET le MC
If Format(HeureH, "hh:mm") >= Format(Cells(ligne, (j - 1) * 10 + 2 * TypeMC + 2), "hh:mm") And Format(HeureH, "hh:mm") < Format(Cells(ligne, (j - 1) * 10 + 2 * TypeMC + 2 + 1), "hh:mm") Then qui = qui & Chr(10) & Cells(LigneEntreprise, (j - 1) * 10 + 4) & " - " & Cells(LigneMC, 2 * TypeMC + 2)
'on ne met QUR le numéro d'entreprise
'If Format(HeureH, "hh:mm") >= Format(Cells(ligne, (j - 1) * 10 + 2 * TypeMC + 2), "hh:mm") And Format(HeureH, "hh:mm") < Format(Cells(ligne, (j - 1) * 10 + 2 * TypeMC + 2 + 1), "hh:mm") Then qui = qui & Chr(10) & Cells(LigneEntreprise, (j - 1) * 10 + 4)
Next j