Chart.PlotVisibleOnly (Word)
True si seules les cellules visibles sont tracées.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.PlotVisibleOnly = True
End If
End With
True si seules les cellules visibles sont tracées.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.PlotVisibleOnly = True
End If
End With