T
tkcollette
I am trying to create a game in PPT where I have rectanlge boxes over
the specific locations on the slide. Rather than have them fade out
when I mouse click, I want to be able to creat a macro and connect to
the object so that what ever rectangle box I click on, that rectanlge
box will be deleted, revealing the hidden information that was behind
it. I will not know the order in which I want to reveal (delete the
rectangle box) as it depends on the answer I get.
I tried the line below but it did not work.... Any help would be
greatly appreciated.
ActivePresentation.Slides(1).Shapes(3).Delete
the specific locations on the slide. Rather than have them fade out
when I mouse click, I want to be able to creat a macro and connect to
the object so that what ever rectangle box I click on, that rectanlge
box will be deleted, revealing the hidden information that was behind
it. I will not know the order in which I want to reveal (delete the
rectangle box) as it depends on the answer I get.
I tried the line below but it did not work.... Any help would be
greatly appreciated.
ActivePresentation.Slides(1).Shapes(3).Delete