D
djphillips1408
Can anyone help as VBA is something I have never dabbled with. Idea is
to set up a multiple choice quiz in PowerPoint that fires back a msgbox
saying right or wrong and then advances to next slide, so that's no
problem using
Sub Wrong()
MsgBox ("Sorry, that's not right.")
SlideShowWindows(1).View.Next
End Sub
same principle to display right().....
Question is how do I create a macro that would count how many times sub
wrong() or sub right() has run over the course of the slide show and
then display the answer by clicking a button to run this "count macro"
on the last slide?
Just seems an easy way to introduce my students to a little more
beyond basic slideshows...
David Phillips
Kings School, Canterbury, Kent
to set up a multiple choice quiz in PowerPoint that fires back a msgbox
saying right or wrong and then advances to next slide, so that's no
problem using
Sub Wrong()
MsgBox ("Sorry, that's not right.")
SlideShowWindows(1).View.Next
End Sub
same principle to display right().....
Question is how do I create a macro that would count how many times sub
wrong() or sub right() has run over the course of the slide show and
then display the answer by clicking a button to run this "count macro"
on the last slide?
Just seems an easy way to introduce my students to a little more
beyond basic slideshows...
David Phillips
Kings School, Canterbury, Kent