Hi, I'm trying to resize my PowerPoint from 16:9 to 4:3. I can do this manually but want this to be automated with vba.
Right now when I do this manually I get the option to choose Maximize or Ensure Fit. I want the vba code to be the Maximize option so after the slide is resized to 4:3 nothing on the objects get shifted or reduced. Looks to me the ppSlideSizeCustom is default to pick Ensure Fit and not sure how to get it to work to choose the other option instead. Any help would be much appreciated.