Chart.Legend (Word)
Renvoie la légende du graphique.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
With .Chart
.HasLegend = True
.Legend.Font.ColorIndex = 5
End With
End If
End With
Renvoie la légende du graphique.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
With .Chart
.HasLegend = True
.Legend.Font.ColorIndex = 5
End With
End If
End With