Inserting a Slide Zoom in PowerPoint 2016 using vba -
powerpoint 2016 has neat new feature can insert zoom slides/sections. see here if don't know 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 automate process since use feature 20-30 times per presentation. visibility, workflow want automate following:
- take screenshot of application/screen
- insert new, blank slide in powerpoint
- paste screenshot in slide , adjust size/position
- hide new slide
- insert screenshot-slide slide zoom in slide
i've got steps 1-4 in vba macro already, can't figure out if there's vba command insert slide zoom. fear since feature new 2016 it's not in vba yet.
anyone knows vba command line automate step 5 above?
thanks in advance!
vincent
there doesn't seem in object model (at least seen vba) this. shapes , shaperanges have hassectionzoom property, returns false, shapes have been inserted using zoom | section zoom feature.
alt ny2c @ least insert section zoom dialog box quickly.
Comments
Post a Comment