G
goken
Hey guys if you've been looking around, you've probably seen m
Jeopardy thread... well, it's going pretty well, got the popup for th
question, and different actions taken if it is answered correctly o
incorrectly... but our snag now is we are trying to find a way to kee
a runnig total displayed on the slides at all times...
Here's what we've come up with so far:
We put a Custom Button on the slide master...
In the macro manager, at the top we have
Dim score As Integer
to set "score" as a changable integer....
Then on each slide we define the button as:
ActivePresentation.SlideMaster.Shapes(8).TextFrame.TextRange.Text = "
& score
What we're trying to figure out is how to make score keep a runnin
total (I know its possible with excel worksheets) and automaticall
update in the button when a question is answered correctly o
incorrectly...
Thanks for all the help!!
Jeopardy thread... well, it's going pretty well, got the popup for th
question, and different actions taken if it is answered correctly o
incorrectly... but our snag now is we are trying to find a way to kee
a runnig total displayed on the slides at all times...
Here's what we've come up with so far:
We put a Custom Button on the slide master...
In the macro manager, at the top we have
Dim score As Integer
to set "score" as a changable integer....
Then on each slide we define the button as:
ActivePresentation.SlideMaster.Shapes(8).TextFrame.TextRange.Text = "
& score
What we're trying to figure out is how to make score keep a runnin
total (I know its possible with excel worksheets) and automaticall
update in the button when a question is answered correctly o
incorrectly...
Thanks for all the help!!