![]() |
#2
|
||||
|
||||
![]()
You could probably use a macro like the following in your master PowerPoint file, to both update & break the links, then save the updated file:
Code:
Sub Demo() Dim Sld As Slide, Shp As Shape With ActivePresentation .UpdateLinks On Error Resume Next For Each Sld In .Slides For Each Shp In Sld.Shapes With Shp .LinkFormat.BreakLink End With Next Next On Error GoTo 0 .SaveAs FileName:=Left(.FullName, InStrRev(.FullName, ".")) & _ Format(Now, "YYYYMMDD") & ".pptx", Fileformat:=ppSaveAsDefault End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
automate |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ChrisK | PowerPoint | 6 | 02-03-2012 02:00 PM |
![]() |
jackdashack | PowerPoint | 1 | 11-26-2010 11:14 PM |
![]() |
MarkStrobel3367 | PowerPoint | 1 | 11-16-2010 08:28 AM |
![]() |
hardcoresoft | PowerPoint | 3 | 02-19-2010 11:08 AM |
Web Site for PowerPoint Presentations | Flexibase | PowerPoint | 3 | 02-14-2010 12:32 PM |