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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top