Bonjour je voudrais modifier automatiquement un graphique pour les entres max et min de l'axe X . J'ai essaye ca:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
charts("graph").select
With .Axes(xlCategory)
            .ReversePlotOrder = True
            .TickLabelSpacingisauto= True
            .TickMarkSpacingisauto = true
            .AxisBetweenCategories = True
            .TickLabels.NumberFormat = "[$-F800]dddd, mmmm dd, yyyy"
            .maximumvalue = Date2
            .minimumvalue =  Date1
 end with
merci
bonne journee