Linking Name to Certificate of Completion

D

DB

I am creating an online training course. The last slide is a
Certificate of Completion. I have the users enter their name at the
beginning in an input box. Is there code to connect the name and have
it appear automatically on the Certificate when they've completed the
course and are ready to print it out?
 
D

David M. Marcovitz

On my site, Example 7.9 has a slide with all kinds of results (including
what the specific answers are to the questions). I know several people
have modified this to make a certificate of completion, so the only
information that needs to be changed on the slide is the name.

Actually, it could be pretty easy. If you have slide 22 as your
certificate, you could set it all up, and have a text box for the name.
If you name the text box something like TheName (using code from Example
8.7 on my site), you could then do something like this (assuming that the
name is stored in a variable called userName):

ActivePresentation.Slides(22).Shapes("TheName").TextFrame.TextRange _
.Text = userName

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top