M
mjuter
Hi there
I am trying to created a shape from 2 arcs and 2 lines, add some text,
rotate and reposition it, within VBA.
The problem seems to be with a colour fill, as I have managed to
complete all the above.
Adding text, rotating and positioning have been achieved by grouping
and using:
ShapeGroup.Text = ttt
ShapeGroup.Cells("PinX") = xxx
ShapeGroup.Cells("PinY") = yyy
ShapeGroup.Cells("Angle") = aaa
Applying a fill colour seems to be impossible in VBA (I have managed
to manually fill it by joining prior to changing the colour, but the
recorded macro has as ItemFromID(?) component and I am unable to find
the ID in the properties!)
Does anybody out the have any ideas how I should proceed?
Many thanks
Mark
I am trying to created a shape from 2 arcs and 2 lines, add some text,
rotate and reposition it, within VBA.
The problem seems to be with a colour fill, as I have managed to
complete all the above.
Adding text, rotating and positioning have been achieved by grouping
and using:
ShapeGroup.Text = ttt
ShapeGroup.Cells("PinX") = xxx
ShapeGroup.Cells("PinY") = yyy
ShapeGroup.Cells("Angle") = aaa
Applying a fill colour seems to be impossible in VBA (I have managed
to manually fill it by joining prior to changing the colour, but the
recorded macro has as ItemFromID(?) component and I am unable to find
the ID in the properties!)
Does anybody out the have any ideas how I should proceed?
Many thanks
Mark