B
Bob
How do you "justify the chart title" of an excel chart
embedded in word 2000? The following code does some of
the properties but not the title.
/***********************************/
For chart = 1 To ActiveDocument.Shapes.Count
ActiveDocument.Shapes(chart).Select
Selection.ShapeRange.Fill.Visible = msoFalse
Selection.ShapeRange.Fill.Transparency = 0#
Selection.ShapeRange.Line.Weight = 6#
Selection.ShapeRange.Line.DashStyle = msoLineSolid
embedded in word 2000? The following code does some of
the properties but not the title.
/***********************************/
For chart = 1 To ActiveDocument.Shapes.Count
ActiveDocument.Shapes(chart).Select
Selection.ShapeRange.Fill.Visible = msoFalse
Selection.ShapeRange.Fill.Transparency = 0#
Selection.ShapeRange.Line.Weight = 6#
Selection.ShapeRange.Line.DashStyle = msoLineSolid