Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / June 2007

Tip: Looking for answers? Try searching our database.

Linking Name to Certificate of Completion

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DB - 25 Jun 2007 19:41 GMT
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?
David M. Marcovitz - 25 Jun 2007 19:59 GMT
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

Signature

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/

DB <specialdb@sbcglobal.net> wrote in news:1182796878.337646.9780
@m37g2000prh.googlegroups.com:

> 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?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.