Chart.Floor (Word)
Returns the floor of the 3D chart.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.Floor.Interior.ColorIndex = 5
End If
End With
Returns the floor of the 3D chart.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.Floor.Interior.ColorIndex = 5
End If
End With