C
Charles Dapper
How can I show presentation slides in random order rather than in sequence?
I have PowerPoint 2002.
Thanks,
Chuck
I have PowerPoint 2002.
Thanks,
Chuck
David Marcovitz said:Don't forget to lower your security settings, close the PPT and reopen
it. If you don't close the PPT, the new security settings won't apply to
the open PPT until it is closed and reopened.
--David
--
David Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
David Marcovitz said:Aha. Now it is all clearer. To use the first code, you need to create a
command button using the control toolbox. Double click on the command
button. It should open a module in the VBA editor automatically. In the
code below, copy and paste everything between the "Private Sub" and "End
Sub" lines between similar lines in your module. If you do that,
clicking on your button (in slide show view) should work).
To use the second set of code, you need to run that in Normal view not
slide show view. You can put that in a module. Then, while in Normal
view, hit Alt-F8 and choose to run the macro named sort_rand.
--David
--
David Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/