Consulting

Results 1 to 3 of 3

Thread: Text copying to another slide

  1. #1

    Text copying to another slide

    Hello

    I would be grateful if anyone can help me with this. I have Office 365, I basically want to copy text from a input textbox to another one on another slide. In Word I would use something like:
    TextBox2.Text = TextBox1.Text

    However in PowerPoint when I try this I get an error Run-time error 424 Object required.
    Any ideas? Thanks.

  2. #2
    It it okay I worked it out, I had to refer to the slide number i.e.
    ActivePresentation.Slides(2).Shapes("JobName").TextFrame.TextRange = Me.JobNameInputEntry.Value

    Where the textbox JobName on slide 2 takes the name entered in the textbox JobNameInputEntry in slide 1.

  3. #3
    VBAX Newbie
    Joined
    May 2020
    Posts
    2
    Location
    Wow, this is so hard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •