Adding connectors to shapes

N

Nick Hebb

Is there a way to add a connector between two shapes using VBA? All I
can find is the AddConnector method:

CanvasItems.AddConnector( Type, BeginX, BeginY, EndX, EndY)

Excel allows you to specify the shapes and connection points to
connect on, but it seems that there isn't anything similar in Word. I
can calculate the X and Y coordinates, but then the connectors aren't
attached and don't move when the shape is moved.

Is there a way to set these connections?


Thanks,

Nick
 
Top