トップページ(目次)

101.パワーポイントページ数を指定してスライドを表示する
Sub パワーポイントでページ数を指定してスライドを表示する()

    Set パワポ指定 = CreateObject("PowerPoint.Application").ActivePresentation
    
    ページ数 = 2
    
    Set スライド = パワポ指定.Slides(ページ数)
    
    スライド.Select

End Sub

Copyright © 2021 https://excel3000.web.fc2.com/ All Rights Reserved.
    inserted by FC2 system