N
Nickooo87
Hello,
I am trying to get the user to input their name in a text box and then
have it appear in a shape on the next page.
Public username As String
Sub SetUserdata()
username = TextBox1.Text
ActivePresentation.Slides(2).Shapes
("Name1").TextFrame.TextRange.Text = username
End Sub
above is the code i am using but it doesnt like the TextBox1.Text bit,
anyone know how I can get around this?
thanks
Nick
I am trying to get the user to input their name in a text box and then
have it appear in a shape on the next page.
Public username As String
Sub SetUserdata()
username = TextBox1.Text
ActivePresentation.Slides(2).Shapes
("Name1").TextFrame.TextRange.Text = username
End Sub
above is the code i am using but it doesnt like the TextBox1.Text bit,
anyone know how I can get around this?
thanks
Nick