How to Loop in PowerPoint on PC or Mac
Method 1 of 2:
On Windows
- Open your PowerPoint presentation. Go to the location of the PowerPoint file you want to loop, then double-click the file to open it in PowerPoint.
- If you haven't yet created your presentation, make one and save it as a file before proceeding.
- Click the Transitions tab. It's at the top of the PowerPoint window. the Transitions toolbar will open.
- Check the "After" box. It's on the right side of the toolbar. This feature ensures that your slide will transition to the next one after a set amount of time.
- Adjust the amount of time the slide takes. Using MM:SS.HSHS format, type the number of minutes, seconds, and hundredths of seconds for which you want your current slide to display into the text box that's to the right of the "After:" heading.
- For example, to change the amount of time spent on each slide to 10 seconds, you would change the 00:00.00 text box to read 00:10.00.
- Click Apply to All. It's under the "Duration" text box. This will apply the specified number of seconds to each slide in your PowerPoint.
- Set a specific time for different slides if necessary. If you want to set a time which differs from the rest of the slides, select the slide in question, then change the slide's "After" text box value to the time you want to use.
- Click the Slide Show tab. You'll find this at the top of the window.
- Click Set Up Slide Show. It's in the middle of the Slide Show toolbar. Doing so opens a new window.
- Check the "Loop continuously until 'Esc'" box. This option is in the middle of the pop-up window. Checking this box allows your PowerPoint presentation to loop indefinitely.
- Click OK. It's at the bottom of the window.
- Save your PowerPoint as a "Show" file. While you can simply save your changes to the existing PowerPoint presentation by pressing Ctrl+S, saving the PowerPoint as a Show file will launch the slide show as soon as you double-click the file:
- Click File in the upper-left side of the window.
- Click Save As on the left side of the page.
- Double-click the This PC tab in the middle of the page.
- Click the "Save as type" drop-down box, then click PowerPoint Show in the drop-down menu.
- Enter a file name and select a save location.
- Click Save.
- Test your PowerPoint. Double-click the Show file you just created (or, if you didn't create a show file, click the T-shaped "Slide Show" icon at the bottom of the PowerPoint window), then watch as the presentation automatically cycles through your slides.
- If you're unhappy with a slide's display time, you can change the time by opening the presentation, going back to the Transitions tab, and adjusting the "After" text box.
- You can open a Show file in PowerPoint by dragging the Show file into the PowerPoint window.
Method 2 of 2:
On Mac
- Open your PowerPoint presentation. Go to the location of the PowerPoint file you want to loop, then double-click the file to open it in PowerPoint.
- Click the Slide Show tab. It's in the orange bar at the top of the PowerPoint window. Doing so opens the Slide Show toolbar.
- Click Set Up Slide Show. This is in the Slide Show toolbar. A window will open.
- Check the "Browsed at a kiosk (full screen)" box. You'll find this option in the "Show type" section of the window. Checking this box allows your PowerPoint presentation to loop indefinitely.[1]
- Click OK. It's at the bottom of the window.
- Click the Transitions tab. This is at the top of the PowerPoint window. The Transitions toolbar will appear.
- Check the "After" box. You'll find this checkbox on the right side of the toolbar.
- Adjust the amount of time the slide takes. Type the number of seconds for which you want your current slide to display into the text box that's to the right of the "After:" heading.
- For example, to change the amount of time spent on each slide to 10 seconds, you would type 10.00 into the text box.
- Click Apply to All. It's on the right side of the toolbar. This will apply the specified number of seconds to each slide in your PowerPoint.
- Set a specific time for different slides if necessary. If you want to set a time which differs from the rest of the slides, select the slide in question, then change the slide's "After" text box value to the time you want to use.
- Save your PowerPoint as a "Show" file. While you can simply save your changes to the existing PowerPoint presentation by pressing ⌘ Command+S, saving the PowerPoint as a Show file will launch the slide show as soon as you double-click the file:[2]
- Click File.
- Click Save As....
- Click the "Format" drop-down box.
- Click PowerPoint Show (.ppsx) in the drop-down menu.
- Enter a file name and select a save location.
- Click Save.
- Test your PowerPoint. Double-click the Show file you just created (or, if you didn't create a show file, click the T-shaped "Slide Show" icon at the bottom of the PowerPoint window), then watch as the presentation automatically cycles through your slides.
- If you're unhappy with a slide's display time, you can change the time by opening the presentation, going back to the Transitions tab, and adjusting the "After" text box.
- You can open a Show file in PowerPoint by dragging the Show file into the PowerPoint window.
4 ★ | 1 Vote
You should read it
- How to Hide a Slide in PowerPoint Presentation
- Insert Video file into Slide in PowerPoint
- How to create a PowerPoint file password
- MS PowerPoint - Lesson 7: PowerPoint design template
- How to Add a New Slide in PowerPoint
- Instructions to resize Slide pages in PowerPoint
- How to Duplicate Slides in PowerPoint
- How to Edit a PowerPoint Master Slide
May be interested
- What is Loop mail?what is loop mail? to help you with this question, the following article will help you find out what loop mail is.
- For ... loop in JavaScriptthe for ... in loop is used to iterate over the properties of an object. when we haven't discussed the object yet, you may not feel comfortable with this loop. but once you understand how objects work in javascript, you will find this loop very useful.
- Loop control in JavaScriptjavascript provides high control to handle loop commands and switch commands. there may be a situation when you need to exit the loop without having to go to its endpoint. there may also be situations when you want to jump over a part of the code block and start the next loop.
- Why Microsoft Loop Can't Compare to Notionmany people have been using notion for brainstorming for years, so it's interesting to see if loop can replace it as they move deeper into the microsoft ecosystem.
- How to fix 'Please Wait for the GPSVC' loop errorthe please wait for the gpsvc loop error in windows is an annoying problem that can cause the system to get stuck at shutdown. this loop is related to group policy client service (gpsvc).
- The while loop in Shellthe while loop gives you the ability to execute a set of repetitive commands until certain conditions occur. it is often used when you need to manipulate iterative variable values.
- Until loop in Shellthe while loop is perfect for the situation where you want to execute a set of commands while some conditions are true. sometimes you need to execute a set of commands until a condition is true, then you need to use a until loop.
- Select loop in Shellthe select loop provides an easy way to create a numbered menu from which the user can select. it is useful when you want to ask the user to select one or more items from a list of options.
- For loop in Shellthe for loop works on lists of items (items). it repeats a set of commands for each item in a list.
- Loop in Unix / Linuxa loop is a program that has powerful features, allowing you to repeat a set of commands. in this chapter, you will learn through practical examples of loops contained in shell programs.