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

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 25

  • @chrisouellet2832
    @chrisouellet2832 10 วันที่ผ่านมา +1

    thanks for your extensive Excel-knowledge-sharing - I used to be a graphic designer, but now I'm in data. Pretty interfaces was always a dream for me with Excel - you just changed all of that as of right now! TY! TY! THANK YOU!

    • @YourVBTutor
      @YourVBTutor  10 วันที่ผ่านมา

      Excel really has so much more potential than many people realise. And that absolutely extends to its possibilities with graphic design. Glad you enjoyed the content. Thanks 🙂

  • @hrmnpsrffn
    @hrmnpsrffn 17 วันที่ผ่านมา +1

    Thank you, sir!

    • @YourVBTutor
      @YourVBTutor  17 วันที่ผ่านมา +1

      Thanks for watching 🙂

  • @AngelVillanueva-z8x
    @AngelVillanueva-z8x 20 วันที่ผ่านมา +1

    That's really cooool! Thankyou for thiss!

    • @YourVBTutor
      @YourVBTutor  20 วันที่ผ่านมา

      Thanks for watching! 😊

  • @darrelwatson2276
    @darrelwatson2276 19 วันที่ผ่านมา +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  19 วันที่ผ่านมา

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

  • @muhammadkausar2842
    @muhammadkausar2842 5 วันที่ผ่านมา +1

    Sir i have made tic tac toe & snake game with amazing animations, i think i am expert, but you are amazing, keep up the good work and amazing advance level of vba coding. Please continue videos like making beautiful Userform, like your recent uploaded video... ❤❤

    • @YourVBTutor
      @YourVBTutor  5 วันที่ผ่านมา

      Sounds like a great project, well done. Thanks very much for watching 🙂

  • @toinevanderwielen9508
    @toinevanderwielen9508 19 วันที่ผ่านมา

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

    • @YourVBTutor
      @YourVBTutor  19 วันที่ผ่านมา

      Glad you enjoyed! Thanks for watching.

  • @AndrewWhite-w5g
    @AndrewWhite-w5g 20 วันที่ผ่านมา +1

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

    • @YourVBTutor
      @YourVBTutor  20 วันที่ผ่านมา

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

    • @CoderzF1
      @CoderzF1 19 วันที่ผ่านมา

      @@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  19 วันที่ผ่านมา

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

  • @muhammadkausar2842
    @muhammadkausar2842 5 วันที่ผ่านมา +1

    It would be great if you give us the file

    • @YourVBTutor
      @YourVBTutor  5 วันที่ผ่านมา

      I always believe it's better to follow along to give you the best chance of learning the techniques. But thank you for watching and commenting 🙂

  • @GOKUGRINDGAMING
    @GOKUGRINDGAMING 19 วันที่ผ่านมา +2

    ❤❤❤

    • @YourVBTutor
      @YourVBTutor  19 วันที่ผ่านมา

      Thanks for watching 😊

  • @michaeldingee743
    @michaeldingee743 17 วันที่ผ่านมา +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  17 วันที่ผ่านมา

      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 17 วันที่ผ่านมา +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  17 วันที่ผ่านมา

      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

    • @chrisouellet2832
      @chrisouellet2832 10 วันที่ผ่านมา

      FYI - I ran the code and it worked... then ran the code again and got the same error - Quit Excel and tried again and it now worked... so it's probably a glitch in VBA. the error did not happen again yet