Thread: Using Selection
View Single Post
  #15  
Old February 4th, 2009, 09:25 PM posted to microsoft.public.visio.general
Dieter Sternberg
external usenet poster
 
Posts: 8
Default Using Selection

If you have something selected and the Selection.Count is zero (or less
than the expected size) you may have shapes selected within a group.
In this case playing with Selection.IterationMode can help.
Set it to visSelModeSkipSuper for example and see if Selection.Count
changes.

Regards
Dieter


Sachin wrote:
...
what it would give me the message box saying I needed something
selected.
...
Thanks in advance, Sachin.