S
SteveK
On each slide I am bringing into PP 2003 a few pictures, a few arrows, and a
few text boxes. In order from front to back I want the pictures to be on
the bottom, then the arrows above them and then the text boxes to be on top
so that they can cover the end of the arrow and cover the picture. I have
recorded macros to bring the objects in and I have recorded these commands
to set the order when the objects come in:
For the text box that I want to stay on the top I have:
ActiveWindow.Selection.ShapeRange.ZOrder msoBringToFront
For the arrow that would be under the text box but above the picture I have:
ActiveWindow.Selection.ShapeRange.ZOrder msoBringToFront
ActiveWindow.Selection.ShapeRange.ZOrder msoSendBackward
For the picture I have;
ActiveWindow.Selection.ShapeRange.ZOrder msoSendToBack
This only works if I bring the picture in first, then the arrow, then the
text box.
If I bring in the picture first, then the text box, then the arrow - the
arrow sits on top of the text box.
Is there any way to control this so that I always get the priority of layers
that I want, not dependent on when the objects were placed?
Steve
few text boxes. In order from front to back I want the pictures to be on
the bottom, then the arrows above them and then the text boxes to be on top
so that they can cover the end of the arrow and cover the picture. I have
recorded macros to bring the objects in and I have recorded these commands
to set the order when the objects come in:
For the text box that I want to stay on the top I have:
ActiveWindow.Selection.ShapeRange.ZOrder msoBringToFront
For the arrow that would be under the text box but above the picture I have:
ActiveWindow.Selection.ShapeRange.ZOrder msoBringToFront
ActiveWindow.Selection.ShapeRange.ZOrder msoSendBackward
For the picture I have;
ActiveWindow.Selection.ShapeRange.ZOrder msoSendToBack
This only works if I bring the picture in first, then the arrow, then the
text box.
If I bring in the picture first, then the text box, then the arrow - the
arrow sits on top of the text box.
Is there any way to control this so that I always get the priority of layers
that I want, not dependent on when the objects were placed?
Steve