S
Skylab
I am still working on a Jeopardy game, and am using VB to keep track of
scores and team names.
I want to have on each slide the team name shown in an object. When you
start the game you enter the team name in a message box and it stores it in a
variable and displays it in a box on slide 4. My question is, can you take
that name they enter and make it output to an object that is on multiple
slides. Right now I am using the line:
ActivePresentation.Slides(4).Shapes("Team3Name").TextFrame.TextRange.Text =
Team3
But the object "Team3Name" is on multiple slides.
Do I have to make a script for each slide when they enter the team name or
is there an easier way? Thanks!
scores and team names.
I want to have on each slide the team name shown in an object. When you
start the game you enter the team name in a message box and it stores it in a
variable and displays it in a box on slide 4. My question is, can you take
that name they enter and make it output to an object that is on multiple
slides. Right now I am using the line:
ActivePresentation.Slides(4).Shapes("Team3Name").TextFrame.TextRange.Text =
Team3
But the object "Team3Name" is on multiple slides.
Do I have to make a script for each slide when they enter the team name or
is there an easier way? Thanks!