我必须根据Excel中的数据自动生成报告。该报告已经设置了链接(使用“粘贴为链接”创建的文本框),每次运行代码时都需要更新。我有下面的代码,但它不会更新链接。这怎么可能?
Dim PowerPointApp As PowerPoint.Application
Set PowerPointApp = CreateObject("PowerPoint.Application")
Dim PowerPoint As PowerPoint.Presentation
PowerPointApp.Presentations.Open ("X:\Intranet\Templates\Investment Proposal Templates\IP Normal Template.pptx")