Macros in PowerPoint: How to Use VBA for a "Swap Multiple Shapes" Macro

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

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

  • @financialmodeling
    @financialmodeling  ปีที่แล้ว +3

    For the full files and resources, including a written guide, screenshots, and the finished macro, please see:
    breakingintowallstreet.com/kb/powerpoint/macros-in-powerpoint/
    Table of Contents:
    0:00 Introduction
    0:58 Why Macros Are Useful in PowerPoint
    2:44 PowerPoint Macro Demo
    6:27 Lesson Overview
    6:40 VBA in Excel vs. PowerPoint
    10:09 Simple "Shape Swap" Macro
    18:29 Macro to Swap Multiple Shapes
    25:29 Recap and Summary

  • @kevinmandrilla2983
    @kevinmandrilla2983 หลายเดือนก่อน +1

    Awesome video. Thank you

  • @joshuamclaughlin5609
    @joshuamclaughlin5609 ปีที่แล้ว

    At about 3 minutes in, you have a formatting legend on the left side of your slide. How did you set that up?

    • @financialmodeling
      @financialmodeling  ปีที่แล้ว +2

      Go to the first Layout of the Slide Master (Alt, W, M) and insert the text and shapes you want so they appear off the left-hand side of all slides.

  • @chrispachas8486
    @chrispachas8486 ปีที่แล้ว

    Hi champion, how long will I have access to your BIWS course if I buy it? Is it lifetime?

  • @bhushanmagdum623
    @bhushanmagdum623 ปีที่แล้ว

    Hello thank for very useful information. I am facing problem with cropped image in PowerPoint. I need to replace new imported image with cropped and scaled image. Can you please help? How can I get cropped information of original shape? Means on each side how much it is cropped and it's distance from each side of slide? Thanks

    • @financialmodeling
      @financialmodeling  ปีที่แล้ว

      I've never worked with image cropping in VBA, but you can search sites like Stack Overflow to find some tips on getting started:
      learn.microsoft.com/en-us/office/vba/api/powerpoint.pictureformat.cropleft
      stackoverflow.com/questions/1660428/cropping-an-image-in-powerpoint-using-vba
      stackoverflow.com/questions/23045513/cropping-a-fixed-area-from-a-picture-in-vba
      stackoverflow.com/questions/74149206/inserting-cropping-and-resizing-images-in-powerpoint-one-per-existing-slide
      I would start with those commands and then maybe see if you can use ChatGPT or CoPilot or something else to make more suggestions if you need them. Cropped images should store some information about how much cropping has taken place if you look at the first link.