R
Rob
Hi folks,
I admit I'm trying to take the easy way out and save some research time by
posing my question to this group...
I would like to create a powerpoint presentation of "flashcards" to help my
daughter with her addition, subtraction and multiplication tables. Once I
create the different slide shows, I want to randomize the slides.
A few years ago, this would have been an easy project -- unfortunately for
me, I haven't played around with VBA or VB in some time, so I am a bit
rusty.
My plan is simply to do the following:
- Determine the number slides in the presentation
- Create an array of randomized numbers (slides)
- arrange the slides in accordance with the array
simple enough (I hope). The difficulty I see happening is digging through
ppt/vba help files looking for the correct libraries and objects such as
slide ID, etc.
Any help getting me started or knowledge of existing code will be very much
appreciated.
Rob
I admit I'm trying to take the easy way out and save some research time by
posing my question to this group...
I would like to create a powerpoint presentation of "flashcards" to help my
daughter with her addition, subtraction and multiplication tables. Once I
create the different slide shows, I want to randomize the slides.
A few years ago, this would have been an easy project -- unfortunately for
me, I haven't played around with VBA or VB in some time, so I am a bit
rusty.
My plan is simply to do the following:
- Determine the number slides in the presentation
- Create an array of randomized numbers (slides)
- arrange the slides in accordance with the array
simple enough (I hope). The difficulty I see happening is digging through
ppt/vba help files looking for the correct libraries and objects such as
slide ID, etc.
Any help getting me started or knowledge of existing code will be very much
appreciated.
Rob