how can I change the size of one slide in a presentation using VBA?
I know the PageSetup.SlideWidth
and PageSetup.SlideHeight
properties, but these work on the presentation and as a result on all slides.
I'm sure this is possible, since you can do this manually in powerpoint.
Thanks a lot!