Send object to back

J

JVS

Running PPT 2K and trying to create a macro that when you click on a object
it will send the object that has been clicked to the back then advance to a
specific slide number.
That way when you return to slide one the object is no longer visible.
Kind of like a Jeopardy board.

I record the macro but when I run the show the macro will not send the
object to the back. Any suggestions?

Thanks!
jvs
 
S

Shyam Pillai

Assign an action setting to run this macro:

Sub SendToBack(oShp As Shape)
oShp.ZOrder msoSendToBack
End Sub
 

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