Re le forum,
Oui Galopin01 c'est exactement ce que je cherche.
J'expose donc mon but final: realiser ta macro à cette condition:
Si nom de la feuille commence par "FF" donc:
.Cells(4 + i, 2).Formula = "=" & Z & "!B5"
.Cells(4 + i, 3).Formula = "=" & Z & "!D7"
.Cells(4 + i, 4).Formula = "=" & Z & "!E9"
Et si nom de la feuille commence par "TT" donc:
.Cells(4 + i, 2).Formula = "=" & Z & "!B6"
.Cells(4 + i, 3).Formula = "=" & Z & "!D8"
.Cells(4 + i, 4).Formula = "=" & Z & "!E10"
Possible?
Sinceres remerciements