Salut onthego,
ton fichier, à tester.
' On crée les sous-dossiers terminaux et les liens hypertextes
For x = 1 To 13
fichier = Choose(x, "\Fiche individuelle", "\Clause de confidentialité", "\Contrat d'apprentissage", "\Convention de stage", "\Avenant convention de stage", _
"\Diplôme", "\Contrat", "\Avenant", "\Bulletin d'affiliation mutuelle", "\Prévoyance décès", "\R.I.B", "\C.I.", "\Carte Vital")
If Me.Controls("chk" & x).Value = True Then _
MkDir niveau4 & fichier: _
.Cells(iRow, 4 + x) = "X": _
ActiveSheet.Hyperlinks.Add Anchor:=.Cells(iRow, 4 + x), Address:=niveau4 & fichier, TextToDisplay:="X"
Next
A+