J
Jon Borel
Hello,
In Word 2003, I am trying to change the color of all Word Shapes (lines and
boxes) from black to orange (RGB(224,107,60)). I can change the color of the
shapes (lines and boxes) that are NOT in a Drawing Canvas using the following
code:
Sub UpdateCalloutLines()
ActiveDocument.Content.ShapeRange.Line.ForeColor = RGB(224, 107, 60)
End Sub
What I can't figure out is how to update these same types of shapes (lines
and boxes) when they occur in drawing canvasses.
Any suggestions?
Thanks,
Jon
In Word 2003, I am trying to change the color of all Word Shapes (lines and
boxes) from black to orange (RGB(224,107,60)). I can change the color of the
shapes (lines and boxes) that are NOT in a Drawing Canvas using the following
code:
Sub UpdateCalloutLines()
ActiveDocument.Content.ShapeRange.Line.ForeColor = RGB(224, 107, 60)
End Sub
What I can't figure out is how to update these same types of shapes (lines
and boxes) when they occur in drawing canvasses.
Any suggestions?
Thanks,
Jon