C
cmjm15
vsoSelection = ActiveWindow.Selection
For each n in Selection
<retrive characters>
<Perform calculations and changes>
Next n
The above works for processing native visio shapes, but how do I process a
group's submembers?
a code example would be appreciated.
Thanks.
For each n in Selection
<retrive characters>
<Perform calculations and changes>
Next n
The above works for processing native visio shapes, but how do I process a
group's submembers?
a code example would be appreciated.
Thanks.