Power Automate DesktopでPowerPointを開いてみた

Power Automate DesktopでPowerPointを開くにはVBScript の実行アクションを使います。

VBScript の実行アクションの中に↓のように書きます。

Set powerPointObj = CreateObject("PowerPoint.Application")
powerPointObj.Visible = True