Preventing shape from resizing during a page scale.

S

Steve

I wish to have a shape that does not change its size or location when I
change the page scale. Is this possible? If so, how can it be done.

Thank you
 
P

Paul Herber

I wish to have a shape that does not change its size or location when I
change the page scale. Is this possible? If so, how can it be done.

In the shape's shapesheet modify the shape's width and height by
adding:
*ThePage!DrawingScale / ThePage!PageScale

Ditto with PinX and PinY
 
Top