Chart.PlotVisibleOnly (Word)
True si sólo se trazan las celdas visibles.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.PlotVisibleOnly = True
End If
End With
True si sólo se trazan las celdas visibles.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.PlotVisibleOnly = True
End If
End With