dedmonds
09-05-2011, 08:31 AM
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
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