Automate Your Merge Shapes at the Click of a Button! Here's How

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 18

  • @hrmnpsrffn
    @hrmnpsrffn 2 дня назад +1

    Thank you, sir!

  • @darrelwatson2276
    @darrelwatson2276 4 дня назад +1

    Wow! Great video! I’m still new to VBA, but I used one of your other videos to build a LogMessage into one of my applications. Very Helpful, thank you!

    • @YourVBTutor
      @YourVBTutor  4 дня назад

      Great to hear! Logging is a fantastic tool for professional app building. Well done! Thanks for watching 🙂

  • @toinevanderwielen9508
    @toinevanderwielen9508 4 дня назад

    Great! That is really cool! Thank u very much!😊

    • @YourVBTutor
      @YourVBTutor  4 дня назад

      Glad you enjoyed! Thanks for watching.

  • @AndrewWhite-w5g
    @AndrewWhite-w5g 5 дней назад +1

    👏👏👏👏Excellent! A little too fast for my ability. Any chance of getting the code?

    • @YourVBTutor
      @YourVBTutor  5 дней назад

      Thanks for watching. Glad you enjoyed. Feel free to pause throughout the video to give yourself a chance to copy the code. 😊

    • @CoderzF1
      @CoderzF1 4 дня назад

      @@YourVBTutor i agree with this statement. you learn the code better by manually typing the code instead of just copy pasting the code.

    • @YourVBTutor
      @YourVBTutor  4 дня назад

      @CoderzF1 Yes I absolutely agree. There is no better way to learn than by doing.

  • @AngelVillanueva-z8x
    @AngelVillanueva-z8x 5 дней назад +1

    That's really cooool! Thankyou for thiss!

  • @michaeldingee743
    @michaeldingee743 2 дня назад +1

    Code errors out at this line Set pptShape = pptSlide.Shapes(pptSlide.Shapes.Count) Shaoe ( Unknown Member) : Integer out of range. 0 is not in the valid range of 1 to 0

    • @YourVBTutor
      @YourVBTutor  2 дня назад

      It looks like the shape isn't copying over to PowerPoint properly. Make sure you have a shape selected in the workbook before running the macro. Also change false to true when adding the presentation to be able to see the PowerPoint application, which should help you diagnose what's going wrong. Let me know how you go.

    • @michaeldingee743
      @michaeldingee743 2 дня назад +1

      @@YourVBTutorI have a shape selected, I had already set this to Set pptPres = pptApp.Presentations.Add(msoTrue), I also changed the .Fill.ForeColor.RGB = RGB(34, 139, 34) to a Green color and put a breakpont at pptShapeRange.MergeShapes msoMergeSubtract. Powerpoint opens and the green shape is there. It errors at the next line of code.

    • @YourVBTutor
      @YourVBTutor  2 дня назад

      Sorry that you're experiencing issues. Feel free to send me an email with a screenshot of the code so I can diagnose the issue properly. yourvbtutor@outlook.com

  • @GOKUGRINDGAMING
    @GOKUGRINDGAMING 5 дней назад +2

    ❤❤❤