'On sélectionne la seconde cellule de mon tableau
Sheets(AL_VFeuilStatData(0)).Cells(2, IntDebutTableau + 1).Select
'On compte combien j'ai de colonne en tout.
IntFinalColStat = Sheets(AL_VFeuilStatData(0)).Cells(2, Application.Columns.Count).End(xlToLeft).Column
'On calcul un range à partir de ma seconde colonne sélectionné jusqu'à la dernière colonne.
Sheets(AL_VFeuilStatData(1)).Range(Selection, Selection.Columns(IntFinalColStat)).EntireColumn.Select