Selecting an Individual Shape in a Group

D

Denis Zavadil

When one or more individual shapes within a group are selected,
Visio.Selection.Count = 0. I am attempting to get information about the
selected shapes within the group. Is there a means other than the Selection
object?
 
M

Mark Nelson [MS]

When working around groups, you need to set the IterationMode for the
Selection. This tells Visio whether you want to know about subshapes in
groups when analyzing the selection. See the help topic for instructions.
 
Top