C
Crack
is it possible to sort a selection of shapes ?
when a selection of shapes is created, how is position number( 1 ) in the
selection determined by Visio.
i.e.
activewindow.selectall
set selectObj= activewindow.selection
for I = 1 to selectObj.count
debug.print slectObj.item(i).name
next
is it then possible to reposition / manipultate the shapes within the
selectobj. ??
i.e switch selectobj.item(2) with selectobj.item(5)
when a selection of shapes is created, how is position number( 1 ) in the
selection determined by Visio.
i.e.
activewindow.selectall
set selectObj= activewindow.selection
for I = 1 to selectObj.count
debug.print slectObj.item(i).name
next
is it then possible to reposition / manipultate the shapes within the
selectobj. ??
i.e switch selectobj.item(2) with selectobj.item(5)