VDataCol1 = Array("Serveurs", 1, "A")
VDataCol3 = Array("Type", 3, "C")
VDataCol10 = Array("Liste des codes d'erreurs unifiée", 10, "J")
VDataCol11 = Array("Système", 11, "K")
VDataCol12 = Array("Message de l'événement", 12, "L")
VFeuilExtractData = Array("Feuil2", 2, "Données extraites")
VFeuilStatData = Array("Feuil3", 3, "Statistiques")
StrTableaudebord = "Tableau de saisie des serveurs_20091211_130105.xls"
IntFinalColStat = 0
IntCoordColPremtableau = 0
Windows(StrTableaudebord).Activate
Sheets(VFeuilStatData(0)).Select
' Define input area and set up a Pivot Cache
FinalRow = Sheets("Feuil2").Cells(Application.Rows.Count, 1).End(xlUp).Row
FinalCol = Sheets("Feuil2").Cells(1, Application.Columns.Count).End(xlToLeft).Column
IntFinalColStat = Sheets("Feuil3").Cells(1, Application.Columns.Count).End(xlToLeft).Column
'Coordonnée de sortie du premier tableau--> Nombre de message pertinents par système
IntCoordPremtableau = "R1C" & IntFinalColStat + 2
StrTitrePremierTableau = "Événements par système"