RackNerd Billboard Banner

How to Randomize Slides in PowerPoint Presentation

Sometimes, you may want to add an element of surprise to your PowerPoint presentation by shuffling the slides randomly. For example, perhaps you create a presentation for your students and want to shuffle some or all of the flashcards.




Code:

Sub Shuffleslides()

FirstSlide = 2

LastSlide = 5

Randomize

GRN:

RSN = Int((LastSlide + FirstSlide – 1) * Rnd + FirstSlide)

If RSN = ActivePresentation.SlideShowWindow.View.Slide.SlideIndex Then GoTo GRN

ActivePresentation.SlideShowWindow.View.GotoSlide (RSN)

End Sub






What you’ll learn:
1. How to shuffle slides in powerpoint using macro
2. how to use a VBA code to automate the random shuffling process
3. How to Randomize PowerPoint Slides Using a VBA Code
a. How to play your PowerPoint Slides in completely ransom order
b. How to run VBA codes to automatically shuffle the slides in your presentation
c. how to shuffle your slides with no duplicates
d. How to randomize slides in PowerPoint so that the same slide doesn’t repeat itself
e. How to access the Developer tab on your PowerPoint ribbon menu
f. How to Customize the Ribbon
g. How to create a Macro
h. How to open the Visual Basic Editor window
i. How you can input the code to randomize your PowerPoint presentation slides
j. How to specify the range of slides you want to include in the shuffle
k. How to customized the code for your presentation
l. How to add action buttons to the slides
m. How to insert any shape on the slide
n. How to run Macro
o. How to activate the shuffling of your slides during the Slide Show Mode
p. How to Save your PowerPoint file in a PPTM format (Macro-enabled presentation) to retain the Macros you created
q. How to shuffle your slides randomly
r. How to have a dynamic and non-repeating presentation
























Song: Dizaro – Music Box (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.
Video Link: https://www.youtube.com/watch?v=cgVEdwCcDNg&t=0s

#computereverywhere #howto #randomized #slides #powerpointpresentation

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

RackNerd Billboard Banner
0 Shares
Copy link