J
Jay
Hi - Excel2003 VBA: How do you change the order of a shape within a
multi-shape group ? The following statement doesn't work, but illustrates the
desired result:
ActiveSheet.Shapes("Group 3").GroupItems(2).ZOrder msoSendToBack
Thanks !
Jay
PS: Also, is there a way to assign a fixed name to a shape or multi-shape
group so that the name does not change when the shape is manipulated
(grouped, ungrouped, regrouped, etc.)?
multi-shape group ? The following statement doesn't work, but illustrates the
desired result:
ActiveSheet.Shapes("Group 3").GroupItems(2).ZOrder msoSendToBack
Thanks !
Jay
PS: Also, is there a way to assign a fixed name to a shape or multi-shape
group so that the name does not change when the shape is manipulated
(grouped, ungrouped, regrouped, etc.)?