View Single Post
 
Old 11-24-2014, 09:30 AM
JohnWilson JohnWilson is offline Windows 7 64bit Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

I don't think the code will run in PPT if it is cl;osed.

You may be able to open the presentation in code and NOT trigger the usual link update

Sub fixme()
Dim thisPres As Presentation
Set thisPres = Presentations.Open("C:\Users\John\Documents\Presen tation1.pptm", WithWindow:=False)
With thisPres
'do whatever
End With
End Sub
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote