S
sbmack7
I want to process a collection of shapes in a specific order through a
For Each...Next loop. But the current order sequence is not the same
as my desired ordering. It looks like shapes are processed based on
the order in which they were placed on the page. I suppose I could
add a custom property that contains an ordering number to reach shape
and then use an indexed For... Next construct to process them.
Is there a better way to do it?
Thanks,
SteveM
For Each...Next loop. But the current order sequence is not the same
as my desired ordering. It looks like shapes are processed based on
the order in which they were placed on the page. I suppose I could
add a custom property that contains an ordering number to reach shape
and then use an indexed For... Next construct to process them.
Is there a better way to do it?
Thanks,
SteveM