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:

  1. take screenshot of application/screen
  2. insert new, blank slide in powerpoint
  3. paste screenshot in slide , adjust size/position
  4. hide new slide
  5. 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

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -