Question

How can I position and/or change the size of the slides on fullscreen slideshow presentation? (While running the slideshow)

Was it helpful?

Solution

With ActivePresentation.SlideShowSettings.Run()
    .Left = 277
    .Top = 128
    .Width = 380
    .Height = 290
End With

Didn't find a way to avoid "flashing" of first slide.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top