Hi,
I am trying to draw rectangles using a set of variables and I can draw a solid box using:
With plotsheet.Shapes.AddShape(1, Startx, Starty, BoxWidth, BoxHeight).Fill
.ForeColor.RGB = RGB(Red, Blue, Green)
.BackColor.RGB = RGB(Red, Blue, Green)
End With
(The items in italics are...