トップページ(目次)

149.パワーポイントページ数を取得する
Sub パワーポイントPPTのページ数を取得する()

    Set パワポ指定 = CreateObject("PowerPoint.Application").ActivePresentation

    スライド枚数 = パワポ指定.Slides.Count

    MsgBox "スライド枚数:" & スライド枚数

End Sub

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