06-01-2017 11:59 AM
11-01-2017 03:57 PM
give this a try, should change it to red
Set oLinePen = oDrawingItem.Pen
oLinePen.Color = &hFFFF0000
oDrawingItem.Pen = oLinePen
oDrawing.Flush
&hFFFF0000 => if I remember correct the last 6 digits are the hex colour code FF0000 = red; 00FF00 = green; FFFF00 = yellow