A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Do you mean you need this to happen? (Slide 1 only)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello Community!
I'm sure there is a simple answer for this question, but I can't seem to figure it out..
Basically, I have 4 boxes. Each makes a picture appear when you click on them.
I want that picture to disappear when I click ANYWHERE on the screen. (including a different box).
I tried putting an "invisible" box over the entire slide and attaching that box to a trigger click to make the picture disappear.. but that didn't seem to work..
Please point out what is likely obvious!
Thank you in advance!
Jason
A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Do you mean you need this to happen? (Slide 1 only)
By default, clicking anywhere on a slide advances the presentation to the next slide.
You mention covering the slide with a triggered shape, but only wrote "that didn't seem to work", which doesn't actually convey any information.
The more detail you include, the more likely you are to get an answer. You can post any VBA you're using, or you can upload the presentation to a cloud service and post a share link here.
Thank you so much John!
I wish you were the replies on all my questions! :)
You'll need to learn VBA programming to make slides respond to more complex requirements. As one example, you expect that clicking on a box will show a picture, unless a picture is already showing, in which case the picture should be hidden when you click on the same box. PowerPoint's shape triggering is not that sophisticated on it's own, you need to write a macro to check the visibility state of the picture.
Here are some resources for learning VBA:
How to use VBA in PowerPoint: A beginner’s guide
Tips for using VBA in Powerpoint
I'm aware that clicking anywhere on a slide advances the slide (I've disabled that and have custom "Next" buttons to click)
"Basically, I have 4 boxes. Each makes a picture appear when you click on them.
I want that picture to disappear when I click ANYWHERE on the screen. (including a different box)."
This is what I want to happen when I click anywhere. I am trying to have the pop-up box disappear, yet stay on the same slide.
I'm not sure what information to include about it "not working". Basically it didn't do what I stated I was trying to do.
https://1drv.ms/p/s!AiaflWZl2f4zkkZ2bPHyHUJLqlbj?e=eQLzBf
Not sure if this is how you mean.. But this should be a link to part of the presentation I'm creating.