-
Powerpoint autocomplete text box from user form.
Hello,
I am creating a user form to automatically enter a candidates name on a certificate from the text I enter into a user form.
Here is what I have so far, can anyone tell me why it won't work?
[code]Private Sub btncreate_Click()
ActivePresentation.Slides.Shapes("Group 81") = txtname.Value
Unload Me
End Sub[\code]
thanks
Dave
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules