M
Mac
What's the best (fastest, simplest) way to get visible shapes currently on
page? I have groups of shapes which are in different layers and only some of
them are switched visible at once. As ActivePage gives me all the shapes that
are there (but I don't care about those that I cannot see at the moment),
what I do is - get all those shapes (which are groups), check each group's
Shapes collection and for each shape from the collection check it's Layer. If
it's visible I add that shape to a visibile-shapes collection. You see, this
is nightmare! There must be a simpler way to determine what's visible on a
page!
page? I have groups of shapes which are in different layers and only some of
them are switched visible at once. As ActivePage gives me all the shapes that
are there (but I don't care about those that I cannot see at the moment),
what I do is - get all those shapes (which are groups), check each group's
Shapes collection and for each shape from the collection check it's Layer. If
it's visible I add that shape to a visibile-shapes collection. You see, this
is nightmare! There must be a simpler way to determine what's visible on a
page!