Private Sub Workbook_open()
Application.ScreenUpdating = False
With [TabANNEE]
If Application.CountA(.Cells) Then .Delete xlUp 'RAZ
.Cells(1) = 2012
.Resize(Year(Date) - 2010).DataSeries
End With
Me.Saved = True 'évite l'invite à la fermeture si aucune modification
End Sub