Excel VBA code to set the zoom in newly created PowerPoint Presentation.
I need something that will set the zoom of each slide to 120. Here are the lines that create the presentation and then each slide as it is added in the overall loop:
Set myPresentation = PowerPointApp.Presentations.AddSet mySlide = myPresentation.Slides.Add(myPresentation.Slides.Count + 1, ppLayoutBlank)
I took a break from EE for a few years, but I pop back in from time to time now. Sadly it's nothing like it used to be, with all the old regulars rarely posting now.