A
Andrew B
Hi
I am drawing a horizontal rectangle on the sheet in reference to cell "G27".
(Shr = Sheets("Reports"))
I would like the left edge of the rectangle to start in the centre of
the cell. How do I do this ? .left + ???
With Shr.[G27]
Shr.Shapes.AddShape(msoShapeRectangle, .Left + ???, .Top + .Height *
0.75, 60, .Height / 4).Select
End With
TIA
Andrew B
I am drawing a horizontal rectangle on the sheet in reference to cell "G27".
(Shr = Sheets("Reports"))
I would like the left edge of the rectangle to start in the centre of
the cell. How do I do this ? .left + ???
With Shr.[G27]
Shr.Shapes.AddShape(msoShapeRectangle, .Left + ???, .Top + .Height *
0.75, 60, .Height / 4).Select
End With
TIA
Andrew B