Chart.HasLegend (Word)
True if the chart has a legend.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
With .Chart
.HasLegend = True
.Legend.Font.ColorIndex = 5
End With
End If
End With
True if the chart has a legend.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
With .Chart
.HasLegend = True
.Legend.Font.ColorIndex = 5
End With
End If
End With