トップページ(目次)

080.パワーポイント起動する
Sub パワーポイントを起動する()
    
    'ThisWorkbook.Pathはこのファイルと同じ場所
    パワポファイル名 = ThisWorkbook.Path & "\サンプルパワーポイント.pptx"
    
    CreateObject("PowerPoint.Application").Presentations.Open (パワポファイル名)

End Sub

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