0
我使用以下代碼打開新的PowerPoint演示文稿,但它提供了一個錯誤,我無法找出解決方案。通過Excel VBA打開現有PowerPoint文件時出現錯誤
strPresPath = "C:\Users\MAHE\Documents\template.ppt"
Set oPPTApp = CreateObject("PowerPoint.Application")
Set oPPTFile = oPPTApp.Presentations.Open(strPresPath)
和錯誤是
"Method 'open' of object 'Presentation' failed"
此外,如果任何人可以在添加新幻燈片PowerPoint演示將是很大的幫助幫助。