Share via

Text Variables in a Powerpoint

Anonymous
2018-04-22T07:42:57+00:00

In Powerpoint, I have 4 slides each with a single text box.  I want a student to be able to type in each text box on slides 1-4. On slide 5, I want to have 4 text boxes that show what the student typed in the previous slides.  Is this possible in Powerpoint for a Mac v16.12?  And if so, how do I do it?  I need to be able to share this with other teachers who may not have access to a third party software.  Thanks in advance!

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Andreas Killer 144.1K Reputation points Volunteer Moderator
2018-04-22T08:28:59+00:00

I'm afraid that is not possible on a Mac machine, it is possible on a Windows machine.

On a Windows machine, you have to activate the Developer tab, then add an ActiveX TextBox on each of the first four slides, use a simple code like this (on Slide2):

Private Sub TextBox1_Change()
  Slide5.TextBox2 = Me.TextBox1
End Sub

And add 4 Textboxes on Slide5, that's it. But unfortunately:

https://support.office.com/en-us/article/where-...

Andreas.

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-06-10T04:46:48+00:00

    Sorry for the delay.  This got lost in spam.  I would like for the typing to work in Normal view.  Is that possible?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-06-10T04:46:25+00:00

    It took me time to get access to a Windows machine, but I got it working!  Thank you SO much!

    Was this answer helpful?

    0 comments No comments
  3. Jim G 134K Reputation points MVP Volunteer Moderator
    2018-04-25T15:04:48+00:00

    Do you want the typing activity to work while the slide show is running, or while it is Normal view?

    Was this answer helpful?

    0 comments No comments