トップページ(目次)

597.パワーポイント_名前を付けて保存する

<実行前後>
 → 
Sub パワーポイント_名前を付けて保存する()
    
    'アクティブなパワポを保存対象として指定する
    Set パワポ指定 = CreateObject("Powerpoint.Application").ActivePresentation
    
    'C:\test\フォルダに test.pptx という名前で保存
    Call パワポ指定.SaveAs("C:\test\test.pptx")
    
End Sub

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