【发布时间】:2019-11-25 11:29:33
【问题描述】:
如何使用 C# 或 VBA 打开受密码保护的 PowerPoint 演示文稿,在 excel workbook.open 中,该方法具有密码参数。但在 PowerPoint 中,它没有。
在 PowerPoint 中Presentation.Open 方法没有密码参数
在 Excel 中,我可以使用
Application.Workbooks.Open(Filename,Password) 但 PowerPoint 中没有等效项
PowerPoint 文档打开时需要输入密码
【问题讨论】:
标签: c# vba vsto powerpoint office-interop