Series.HasErrorBars (Word)
True if the series has error bars.
This property is not available for 3D charts.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.SeriesCollection(1).HasErrorBars = False
End If
End With
True if the series has error bars.
This property is not available for 3D charts.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.SeriesCollection(1).HasErrorBars = False
End If
End With