J
jim_epler
Hello,
I'm attempting to order six picture objects (on slide 2) based on the
click of an action button (PP 2003). I've created the following macro
routine that sometimes works, but it's not consistent. Any help would
be appreciated.
----
Sub Bring1ToFront()
ActivePresentation.Slides(2).Shapes(1).ZOrder msoBringToFront
End Sub
----
Sub Bring2ToFront()
ActivePresentation.Slides(2).Shapes(2).ZOrder msoBringToFront
End Sub
----
Sub Bring3ToFront()
ActivePresentation.Slides(2).Shapes(3).ZOrder msoBringToFront
End Sub
I'm attempting to order six picture objects (on slide 2) based on the
click of an action button (PP 2003). I've created the following macro
routine that sometimes works, but it's not consistent. Any help would
be appreciated.
----
Sub Bring1ToFront()
ActivePresentation.Slides(2).Shapes(1).ZOrder msoBringToFront
End Sub
----
Sub Bring2ToFront()
ActivePresentation.Slides(2).Shapes(2).ZOrder msoBringToFront
End Sub
----
Sub Bring3ToFront()
ActivePresentation.Slides(2).Shapes(3).ZOrder msoBringToFront
End Sub