moving a shape

A

a.corrieri

I try to collect several shapes (timelines) from several pages to merge them
into one. So I open the documents, select everything and paste it into my
document. I then move the group of shapes like

Application.ActiveWindow.Selection.Move x, y, visMillimeters

However this move is relative from the position visio pastes the shapes.

Is there an absolute move or a better solution?

thanks
Alex
 
M

Markus Breugst

Hi Alex,

you're right: the parameters of the Move function are relative to the
shape's current position.
If you want to move your shape to an absolute position, just change the
values of the shape's PinX and PinY cells.

Best regards,
Markus
 
Top