Chart.PlotArea (Word)
Devuelve el área de trazado de un gráfico.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.PlotArea.Interior.ColorIndex = 8
End If
End With
Devuelve el área de trazado de un gráfico.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.PlotArea.Interior.ColorIndex = 8
End If
End With