J
jeff_porter
Hey all,
I have two objects in my Visio document, they are linked by a line.
shapes are 'shpOrignal' and 'calloutBox'
I'd like to move the end of the line to a new Shape via some VB code.
I can see the shpOriginal.FromConnects.FromSheet points to the calloutBox.
So I thought I could say...
shpNew.FromConnects.FromSheet = shpOriginal.FromConnects.FromSheet
Making the line now point to the shpNew, instead of shpOriginal.
But there is no change on the screen.
Anyone have any ideas?
Thanks
Jeff Porter
I have two objects in my Visio document, they are linked by a line.
shapes are 'shpOrignal' and 'calloutBox'
I'd like to move the end of the line to a new Shape via some VB code.
I can see the shpOriginal.FromConnects.FromSheet points to the calloutBox.
So I thought I could say...
shpNew.FromConnects.FromSheet = shpOriginal.FromConnects.FromSheet
Making the line now point to the shpNew, instead of shpOriginal.
But there is no change on the screen.
Anyone have any ideas?
Thanks
Jeff Porter