PPT VBA关闭Presentations集合中的项目

时间:2018-05-08 18:34:37

标签: vba powerpoint-vba

我使用Slides.InsertFromFile将幻灯片从单独的PPTM插入到打开的PPTM中。这会导致源PPTM添加到Presentations集合中。我想在插入幻灯片后将其从集合中删除。以下是不是从集合中删除了源PPTM,有什么建议吗?

With Presentations.Item(IndexOfSourcePPTM)
                        .Saved = msoTrue 
                        .Close
                    End With

0 个答案:

没有答案