I'm trying to create a Bingo game for class review; however, I'm having a
hard time finding and understanding VBA code to randomize my slides. I only
want to randomize slides 8-23 and 25-40. Can someone please help me figure
out this code? I can use an action button but I need to know the correct
coding.
John Wilson - 06 Mar 2008 15:39 GMT
This should help
http://www.pptalchemy.co.uk/vbasamples.html
Scroll down to Random Jump

Signature
Amazing PPT Hints, Tips and Tutorials
http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
> I'm trying to create a Bingo game for class review; however, I'm having a
> hard time finding and understanding VBA code to randomize my slides. I only
> want to randomize slides 8-23 and 25-40. Can someone please help me figure
> out this code? I can use an action button but I need to know the correct
> coding.
David M. Marcovitz - 06 Mar 2008 15:48 GMT
I use a RandomNext procedure in Example 8.16 on my site:
http://www.PowerfulPowerPoint.com/
Just click on "Examples by Chapter" and "Chapter 8."
--David

Signature
David M. Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
> I'm trying to create a Bingo game for class review; however, I'm
> having a hard time finding and understanding VBA code to randomize my
> slides. I only want to randomize slides 8-23 and 25-40. Can someone
> please help me figure out this code? I can use an action button but I
> need to know the correct coding.