开发者

Positioning / Changing size of Slide on fullscreen presentation using VBA?

开发者 https://www.devze.com 2023-02-20 20:24 出处:网络
How can I position and/开发者_运维问答or change the size of the slides on fullscreen slideshow presentation? (While running the slideshow)With ActivePresentation.SlideShowSettings.Run()

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消