PowerPoint 2016 has a neat new feature where you can insert Zoom Slides/Sections. See here if you don't know what I'm talking about: https://support.office.com/en-us/article/Use-Zoom-for-PowerPoint-to-bring-your-presentation-to-life-9d6c58cd-2125-4d29-86b1-0097c7dc47d7
I'm trying to automate this process since I use this feature 20-30 times per presentation. For visibility, the workflow I want to automate is the following:
- Take screenshot of application/screen
- Insert new, blank slide in PowerPoint
- Paste screenshot in slide and adjust size/position
- Hide the new slide
- Insert the screenshot-slide as a Slide Zoom in another slide
I've got steps 1-4 in a VBA macro already, but I can't figure out if there's a vba command to insert a Slide Zoom. My fear is that since this feature is new to 2016 then it's not in VBA yet.
Anyone knows a VBA command line to automate step 5 above?
Thanks in advance!
Vincent