How can I position and/or change the size of the slides on fullscreen slideshow presentation? (While running the slideshow)
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.