shapes.item numbering
shapes.item numbering
(OP)
I try to interface VISIO 5 scriptable objects to MathCAD.
A Mathcad demo shows how it works but access the considered
shapes through Shapes.Item(ObjIndex). How can I figured out (from VISIO workspace) a particular shape's ObjIndex.
Has anybody experiance with this ?
Thanks in advance
A Mathcad demo shows how it works but access the considered
shapes through Shapes.Item(ObjIndex). How can I figured out (from VISIO workspace) a particular shape's ObjIndex.
Has anybody experiance with this ?
Thanks in advance





RE: shapes.item numbering
CODE
For Each x In .Shapes
'MsgBox x.Index & " " & x.Name
'This is where you do your stuff
Next
End With
Good Luck
johnwm
________________________________________________________
To get the best from these forums read FAQ731-376 before posting
UK steam enthusiasts: www.essexsteam.co.uk