Getting from a Layer object to its assigned shapes

M

Mac

Is there a way to get from a layer object ( e.g. obtained via
ActivePage.Layers.Item(x) ) to a collection of shapes that are assigned to
this layer? Also I should point out that iterating through
ActivePage.Shapes...Layer is not possible for me, due to complex grouping of
my shapes ...
 
D

David Parker

Use the Drawing Explorer window?

Mac said:
Is there a way to get from a layer object ( e.g. obtained via
ActivePage.Layers.Item(x) ) to a collection of shapes that are assigned to
this layer? Also I should point out that iterating through
ActivePage.Shapes...Layer is not possible for me, due to complex grouping
of
my shapes ...
 
Top